Html Css Color HEX #B972EC Medium Orchid

📋 copy color: '#B972EC'

red 185 ◦ green 114 ◦ blue 236

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

Shades of Medium Orchid #B972EC

Tints of Medium Orchid #B972EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 34.58%
G = 21.31%
B = 44.11%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B972EC (or 0xB972EC) is known color: Medium Orchid. HEX triplet: B9, 72 and EC. RGB value is (185,114,236). Sum of RGB (Red+Green+Blue) = 185+114+236=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #B972EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972EC is #468D13. Grayscale: #949494. Windows color (decimal): -4623636 or 15495865. OLE color: 15495865.

HSL color Cylindrical-coordinate representation of color #B972EC: hue angle of 274.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B972EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 114 236 -
CMYK 0.22 0.52 0 0.07
HSL 274.92º 0.76% 0.69% -
HSV(B) 274.92º 0.52% 0.93% -
XYZ 41.17 28.41 82.67 -
YUV 149.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 185 114 236 0.22 0.52 0 0.07 274.92 0.76 0.69
Hex B9 72 EC 16 34 0 7 113 4C 45
Octal 271 162 354 26 64 0 7 423 114 105
Binary 10111001 1110010 11101100 10110 110100 0 111 100010011 1001100 1000101

Color Harmonies of #B972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972EC

Black with #B972EC

Text Example


Text Example

White with #B972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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