Html Css Color HEX #B85BDE Medium Orchid

📋 copy color: '#B85BDE'

red 184 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #B85BDE

Tints of Medium Orchid #B85BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.31%

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

R = 37.02%
G = 18.31%
B = 44.67%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B85BDE (or 0xB85BDE) is known color: Medium Orchid. HEX triplet: B8, 5B and DE. RGB value is (184,91,222). Sum of RGB (Red+Green+Blue) = 184+91+222=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B85BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BDE is #47A421. Grayscale: #858585. Windows color (decimal): -4695074 or 14572472. OLE color: 14572472.

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

Color convert

RGB 184 91 222 -
CMYK 0.17 0.59 0 0.13
HSL 282.6º 0.66% 0.61% -
HSV(B) 282.6º 0.59% 0.87% -
XYZ 36.69 22.95 71.6 -
YUV 133.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 184 91 222 0.17 0.59 0 0.13 282.6 0.66 0.61
Hex B8 5B DE 11 3B 0 D 11B 42 3D
Octal 270 133 336 21 73 0 15 433 102 75
Binary 10111000 1011011 11011110 10001 111011 0 1101 100011011 1000010 111101

Color Harmonies of #B85BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BDE

Black with #B85BDE

Text Example


Text Example

White with #B85BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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