Html Css Color HEX #B972CA Medium Orchid

📋 copy color: '#B972CA'

red 185 ◦ green 114 ◦ blue 202

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

Shades of Medium Orchid #B972CA

Tints of Medium Orchid #B972CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 36.93%
G = 22.75%
B = 40.32%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B972CA (or 0xB972CA) is known color: Medium Orchid. HEX triplet: B9, 72 and CA. RGB value is (185,114,202). Sum of RGB (Red+Green+Blue) = 185+114+202=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #B972CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CA is #468D35. Grayscale: #909090. Windows color (decimal): -4623670 or 13267641. OLE color: 13267641.

HSL color Cylindrical-coordinate representation of color #B972CA: hue angle of 288.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B972CA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 114 202 -
CMYK 0.08 0.44 0 0.21
HSL 288.41º 0.45% 0.62% -
HSV(B) 288.41º 0.44% 0.79% -
XYZ 36.69 26.61 59.08 -
YUV 145.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 185 114 202 0.08 0.44 0 0.21 288.41 0.45 0.62
Hex B9 72 CA 8 2C 0 15 120 2D 3E
Octal 271 162 312 10 54 0 25 440 55 76
Binary 10111001 1110010 11001010 1000 101100 0 10101 100100000 101101 111110

Color Harmonies of #B972CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972CA

Black with #B972CA

Text Example


Text Example

White with #B972CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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