#b452ff

Color #B452FF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B452FF

Tints of Medium Orchid #B452FF

Color information

#B452FF (or 0xB452FF) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and FF. RGB value is (180,82,255). Sum of RGB (Red+Green+Blue) = 180+82+255=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B452FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452FF is #4BAD00. Grayscale: #828282. Windows color (decimal): -4959489 or 16732852. OLE color: 16732852.

HSL color Cylindrical-coordinate representation of color #B452FF: hue angle of 273.99º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B452FF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18082255-
CMYK0.290.6800
HSL273.99º100%66.08%-
HSV(B)273.99º67.84%100%-
XYZ39.8922.9696.94-
YUV131.02197.97162.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 82 (32.42% from 255) = 15.86%
BLUE value IS 255 (100% from 255) = 49.32%
R=34.82%
G=15.86%
B=49.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180822550.290.6800273.9910066.08
HexB452FF1D44001126442
Octal2641223773510400422144102
Binary101101001010010111111111110110001000010001001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b452ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b452ff; }

 p { color: rgb(180,82,255); }

 H1.HeaderClassName
 {
   color: #b452ff;
 }
 .AnyTagClassName
 {
   color: #b452ff;
 }
</style>
background-color css

<style>
 a { background-color: #b452ff; }

 a { background-color: rgb(180,82,255); }

 div.DivClassName
 {
   background-color: #b452ff;
 }
 .BgClassName
 {
   background-color: #b452ff;
 }
</style>
border-color css

<style>
 span { border-color: #b452ff; }

 span { border-color: rgb(180,82,255); }

 td.TdClassName
 {
   border-color: #b452ff;
 }
 .TagClassName
 {
   border-color: #b452ff;
 }
</style>