Html Css Color HEX #B975CE Medium Orchid

📋 copy color: '#B975CE'

red 185 ◦ green 117 ◦ blue 206

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

Shades of Medium Orchid #B975CE

Tints of Medium Orchid #B975CE

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 36.42%
G = 23.03%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B975CE (or 0xB975CE) is known color: Medium Orchid. HEX triplet: B9, 75 and CE. RGB value is (185,117,206). Sum of RGB (Red+Green+Blue) = 185+117+206=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B975CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975CE is #468A31. Grayscale: #939393. Windows color (decimal): -4622898 or 13530553. OLE color: 13530553.

HSL color Cylindrical-coordinate representation of color #B975CE: hue angle of 285.84º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B975CE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 117 206 -
CMYK 0.10 0.43 0 0.19
HSL 285.84º 0.48% 0.63% -
HSV(B) 285.84º 0.43% 0.81% -
XYZ 37.51 27.49 61.72 -
YUV 147.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 185 117 206 0.10 0.43 0 0.19 285.84 0.48 0.63
Hex B9 75 CE A 2B 0 13 11E 30 3F
Octal 271 165 316 12 53 0 23 436 60 77
Binary 10111001 1110101 11001110 1010 101011 0 10011 100011110 110000 111111

Color Harmonies of #B975CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975CE

Black with #B975CE

Text Example


Text Example

White with #B975CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975CE; }

 p { color: rgb(185,117,206); }

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

background-color css

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

 a { background-color: rgb(185,117,206); }

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

border-color css

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

 span { border-color: rgb(185,117,206); }

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