#B254CF

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

Shades of Medium Orchid #B254CF

Tints of Medium Orchid #B254CF

Color information

#B254CF (or 0xB254CF) is unknown color: approx Medium Orchid. HEX triplet: B2, 54 and CF. RGB value is (178,84,207). Sum of RGB (Red+Green+Blue) = 178+84+207=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B254CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254CF is #4DAB30. Grayscale: #7D7D7D. Windows color (decimal): -5090097 or 13587634. OLE color: 13587634.

HSL color Cylindrical-coordinate representation of color #B254CF: hue angle of 285.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B254CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17884207-
CMYK0.140.5900.19
HSL285.85º56.16%57.06%-
HSV(B)285.85º59.42%81.18%-
XYZ32.7920.3161.22-
YUV126.13173.64165-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=37.95%
G=17.91%
B=44.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178842070.140.5900.19285.8556.1657.06
HexB254CFE3B01311e3839
Octal26212431716730234367071
Binary101100101010100110011111110111011010011100011110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254CF; }

 p { color: rgb(178,84,207); }

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

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

 a { background-color: rgb(178,84,207); }

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

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

 span { border-color: rgb(178,84,207); }

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