Html Css Color HEX #B85FC6 Medium Orchid

📋 copy color: '#B85FC6'

red 184 ◦ green 95 ◦ blue 198

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

Shades of Medium Orchid #B85FC6

Tints of Medium Orchid #B85FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 38.57%
G = 19.92%
B = 41.51%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B85FC6 (or 0xB85FC6) is known color: Medium Orchid. HEX triplet: B8, 5F and C6. RGB value is (184,95,198). Sum of RGB (Red+Green+Blue) = 184+95+198=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B85FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FC6 is #47A039. Grayscale: #858585. Windows color (decimal): -4694074 or 13000632. OLE color: 13000632.

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

Color convert

RGB 184 95 198 -
CMYK 0.07 0.52 0 0.22
HSL 291.84º 0.47% 0.57% -
HSV(B) 291.84º 0.52% 0.78% -
XYZ 34.05 22.45 55.96 -
YUV 133.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 184 95 198 0.07 0.52 0 0.22 291.84 0.47 0.57
Hex B8 5F C6 7 34 0 16 124 2F 39
Octal 270 137 306 7 64 0 26 444 57 71
Binary 10111000 1011111 11000110 111 110100 0 10110 100100100 101111 111001

Color Harmonies of #B85FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FC6

Black with #B85FC6

Text Example


Text Example

White with #B85FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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