Html Css Color HEX #B972CC Medium Orchid

📋 copy color: '#B972CC'

red 185 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #B972CC

Tints of Medium Orchid #B972CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 36.78%
G = 22.66%
B = 40.56%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B972CC (or 0xB972CC) is known color: Medium Orchid. HEX triplet: B9, 72 and CC. RGB value is (185,114,204). Sum of RGB (Red+Green+Blue) = 185+114+204=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B972CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CC is #468D33. Grayscale: #919191. Windows color (decimal): -4623668 or 13398713. OLE color: 13398713.

HSL color Cylindrical-coordinate representation of color #B972CC: hue angle of 287.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B972CC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 114 204 -
CMYK 0.09 0.44 0 0.2
HSL 287.33º 0.47% 0.62% -
HSV(B) 287.33º 0.44% 0.8% -
XYZ 36.92 26.71 60.34 -
YUV 145.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 185 114 204 0.09 0.44 0 0.2 287.33 0.47 0.62
Hex B9 72 CC 9 2C 0 14 11F 2F 3E
Octal 271 162 314 11 54 0 24 437 57 76
Binary 10111001 1110010 11001100 1001 101100 0 10100 100011111 101111 111110

Color Harmonies of #B972CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972CC

Black with #B972CC

Text Example


Text Example

White with #B972CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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