Html Css Color HEX #B85BC6 Medium Orchid

📋 copy color: '#B85BC6'

red 184 ◦ green 91 ◦ blue 198

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

Shades of Medium Orchid #B85BC6

Tints of Medium Orchid #B85BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 38.9%
G = 19.24%
B = 41.86%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B85BC6 (or 0xB85BC6) is known color: Medium Orchid. HEX triplet: B8, 5B and C6. RGB value is (184,91,198). Sum of RGB (Red+Green+Blue) = 184+91+198=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B85BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BC6 is #47A439. Grayscale: #828282. Windows color (decimal): -4695098 or 12999608. OLE color: 12999608.

HSL color Cylindrical-coordinate representation of color #B85BC6: hue angle of 292.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85BC6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 91 198 -
CMYK 0.07 0.54 0 0.22
HSL 292.15º 0.48% 0.57% -
HSV(B) 292.15º 0.54% 0.78% -
XYZ 33.7 21.75 55.85 -
YUV 131.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 184 91 198 0.07 0.54 0 0.22 292.15 0.48 0.57
Hex B8 5B C6 7 36 0 16 124 30 39
Octal 270 133 306 7 66 0 26 444 60 71
Binary 10111000 1011011 11000110 111 110110 0 10110 100100100 110000 111001

Color Harmonies of #B85BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BC6

Black with #B85BC6

Text Example


Text Example

White with #B85BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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