Html Css Color HEX #B972E2 Medium Orchid

📋 copy color: '#B972E2'

red 185 ◦ green 114 ◦ blue 226

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

Shades of Medium Orchid #B972E2

Tints of Medium Orchid #B972E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 35.24%
G = 21.71%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B972E2 (or 0xB972E2) is known color: Medium Orchid. HEX triplet: B9, 72 and E2. RGB value is (185,114,226). Sum of RGB (Red+Green+Blue) = 185+114+226=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #B972E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972E2 is #468D1D. Grayscale: #939393. Windows color (decimal): -4623646 or 14840505. OLE color: 14840505.

HSL color Cylindrical-coordinate representation of color #B972E2: hue angle of 278.04º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B972E2 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 114 226 -
CMYK 0.18 0.50 0 0.11
HSL 278.04º 0.66% 0.67% -
HSV(B) 278.04º 0.5% 0.89% -
XYZ 39.75 27.84 75.23 -
YUV 148 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 185 114 226 0.18 0.50 0 0.11 278.04 0.66 0.67
Hex B9 72 E2 12 32 0 B 116 42 43
Octal 271 162 342 22 62 0 13 426 102 103
Binary 10111001 1110010 11100010 10010 110010 0 1011 100010110 1000010 1000011

Color Harmonies of #B972E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972E2

Black with #B972E2

Text Example


Text Example

White with #B972E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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