Html Css Color HEX #B85BCE Medium Orchid

📋 copy color: '#B85BCE'

red 184 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #B85BCE

Tints of Medium Orchid #B85BCE

RGB

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

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

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

R = 38.25%
G = 18.92%
B = 42.83%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B85BCE (or 0xB85BCE) is known color: Medium Orchid. HEX triplet: B8, 5B and CE. RGB value is (184,91,206). Sum of RGB (Red+Green+Blue) = 184+91+206=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B85BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BCE is #47A431. Grayscale: #838383. Windows color (decimal): -4695090 or 13523896. OLE color: 13523896.

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

Color convert

RGB 184 91 206 -
CMYK 0.11 0.56 0 0.19
HSL 288.52º 0.54% 0.58% -
HSV(B) 288.52º 0.56% 0.81% -
XYZ 34.65 22.13 60.84 -
YUV 131.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 184 91 206 0.11 0.56 0 0.19 288.52 0.54 0.58
Hex B8 5B CE B 38 0 13 121 36 3A
Octal 270 133 316 13 70 0 23 441 66 72
Binary 10111000 1011011 11001110 1011 111000 0 10011 100100001 110110 111010

Color Harmonies of #B85BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BCE

Black with #B85BCE

Text Example


Text Example

White with #B85BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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