Html Css Color HEX #B972CE Medium Orchid

📋 copy color: '#B972CE'

red 185 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #B972CE

Tints of Medium Orchid #B972CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

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

R = 36.63%
G = 22.57%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B972CE (or 0xB972CE) is known color: Medium Orchid. HEX triplet: B9, 72 and CE. RGB value is (185,114,206). Sum of RGB (Red+Green+Blue) = 185+114+206=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B972CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CE is #468D31. Grayscale: #919191. Windows color (decimal): -4623666 or 13529785. OLE color: 13529785.

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

Color convert

RGB 185 114 206 -
CMYK 0.10 0.45 0 0.19
HSL 286.3º 0.48% 0.63% -
HSV(B) 286.3º 0.45% 0.81% -
XYZ 37.17 26.81 61.61 -
YUV 145.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 185 114 206 0.10 0.45 0 0.19 286.3 0.48 0.63
Hex B9 72 CE A 2D 0 13 11E 30 3F
Octal 271 162 316 12 55 0 23 436 60 77
Binary 10111001 1110010 11001110 1010 101101 0 10011 100011110 110000 111111

Color Harmonies of #B972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972CE

Black with #B972CE

Text Example


Text Example

White with #B972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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