Html Css Color HEX #B85BC7 Medium Orchid

📋 copy color: '#B85BC7'

red 184 ◦ green 91 ◦ blue 199

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

Shades of Medium Orchid #B85BC7

Tints of Medium Orchid #B85BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 38.82%
G = 19.2%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B85BC7 (or 0xB85BC7) is known color: Medium Orchid. HEX triplet: B8, 5B and C7. RGB value is (184,91,199). Sum of RGB (Red+Green+Blue) = 184+91+199=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #B85BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BC7 is #47A438. Grayscale: #828282. Windows color (decimal): -4695097 or 13065144. OLE color: 13065144.

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

Color convert

RGB 184 91 199 -
CMYK 0.08 0.54 0 0.22
HSL 291.67º 0.49% 0.57% -
HSV(B) 291.67º 0.54% 0.78% -
XYZ 33.82 21.8 56.46 -
YUV 131.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 184 91 199 0.08 0.54 0 0.22 291.67 0.49 0.57
Hex B8 5B C7 8 36 0 16 124 31 39
Octal 270 133 307 10 66 0 26 444 61 71
Binary 10111000 1011011 11000111 1000 110110 0 10110 100100100 110001 111001

Color Harmonies of #B85BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BC7

Black with #B85BC7

Text Example


Text Example

White with #B85BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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