Html Css Color HEX #B854CE Medium Orchid

📋 copy color: '#B854CE'

red 184 ◦ green 84 ◦ blue 206

#B854CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B854CE

Tints of Medium Orchid #B854CE

RGB

 RED value IS 184 (72.27% from 255) = 38.82%

 GREEN value IS 84 (33.2% from 255) = 17.72%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 38.82%
G = 17.72%
B = 43.46%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B854CE (or 0xB854CE) is known color: Medium Orchid. HEX triplet: B8, 54 and CE. RGB value is (184,84,206). Sum of RGB (Red+Green+Blue) = 184+84+206=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B854CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854CE is #47AB31. Grayscale: #7F7F7F. Windows color (decimal): -4696882 or 13522104. OLE color: 13522104.

HSL color Cylindrical-coordinate representation of color #B854CE: hue angle of 289.18º degrees, saturation: 0.55, 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 #B854CE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 84 206 -
CMYK 0.11 0.59 0 0.19
HSL 289.18º 0.55% 0.57% -
HSV(B) 289.18º 0.59% 0.81% -
XYZ 34.08 20.99 60.65 -
YUV 127.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 184 84 206 0.11 0.59 0 0.19 289.18 0.55 0.57
Hex B8 54 CE B 3B 0 13 121 37 39
Octal 270 124 316 13 73 0 23 441 67 71
Binary 10111000 1010100 11001110 1011 111011 0 10011 100100001 110111 111001

Color Harmonies of #B854CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854CE

Black with #B854CE

Text Example


Text Example

White with #B854CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854CE; }

 p { color: rgb(184,84,206); }

 H1.HeaderClassName
 {
   color: #B854CE;
 }
 .AnyTagClassName
 {
   color: #B854CE;
 }
</style>

background-color css

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

 a { background-color: rgb(184,84,206); }

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

border-color css

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

 span { border-color: rgb(184,84,206); }

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