Html Css Color HEX #B854DE Medium Orchid

📋 copy color: '#B854DE'

red 184 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #B854DE

Tints of Medium Orchid #B854DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 37.55%
G = 17.14%
B = 45.31%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B854DE (or 0xB854DE) is known color: Medium Orchid. HEX triplet: B8, 54 and DE. RGB value is (184,84,222). Sum of RGB (Red+Green+Blue) = 184+84+222=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B854DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854DE is #47AB21. Grayscale: #818181. Windows color (decimal): -4696866 or 14570680. OLE color: 14570680.

HSL color Cylindrical-coordinate representation of color #B854DE: hue angle of 283.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B854DE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 84 222 -
CMYK 0.17 0.62 0 0.13
HSL 283.48º 0.68% 0.6% -
HSV(B) 283.48º 0.62% 0.87% -
XYZ 36.12 21.8 71.41 -
YUV 129.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 184 84 222 0.17 0.62 0 0.13 283.48 0.68 0.6
Hex B8 54 DE 11 3E 0 D 11B 44 3C
Octal 270 124 336 21 76 0 15 433 104 74
Binary 10111000 1010100 11011110 10001 111110 0 1101 100011011 1000100 111100

Color Harmonies of #B854DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854DE

Black with #B854DE

Text Example


Text Example

White with #B854DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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