Html Css Color HEX #B85CC6 Medium Orchid

📋 copy color: '#B85CC6'

red 184 ◦ green 92 ◦ blue 198

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

Shades of Medium Orchid #B85CC6

Tints of Medium Orchid #B85CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

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

R = 38.82%
G = 19.41%
B = 41.77%

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

#B85CC6 (or 0xB85CC6) is known color: Medium Orchid. HEX triplet: B8, 5C and C6. RGB value is (184,92,198). Sum of RGB (Red+Green+Blue) = 184+92+198=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #B85CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CC6 is #47A339. Grayscale: #838383. Windows color (decimal): -4694842 or 12999864. OLE color: 12999864.

HSL color Cylindrical-coordinate representation of color #B85CC6: hue angle of 292.08º 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 #B85CC6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 92 198 -
CMYK 0.07 0.54 0 0.22
HSL 292.08º 0.48% 0.57% -
HSV(B) 292.08º 0.54% 0.78% -
XYZ 33.79 21.92 55.88 -
YUV 131.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 184 92 198 0.07 0.54 0 0.22 292.08 0.48 0.57
Hex B8 5C C6 7 36 0 16 124 30 39
Octal 270 134 306 7 66 0 26 444 60 71
Binary 10111000 1011100 11000110 111 110110 0 10110 100100100 110000 111001

Color Harmonies of #B85CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CC6

Black with #B85CC6

Text Example


Text Example

White with #B85CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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