Html Css Color HEX #B972EF Heliotrope

📋 copy color: '#B972EF'

red 185 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #B972EF

Tints of Heliotrope #B972EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 34.39%
G = 21.19%
B = 44.42%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B972EF (or 0xB972EF) is known color: Heliotrope. HEX triplet: B9, 72 and EF. RGB value is (185,114,239). Sum of RGB (Red+Green+Blue) = 185+114+239=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #B972EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972EF is #468D10. Grayscale: #959595. Windows color (decimal): -4623633 or 15692473. OLE color: 15692473.

HSL color Cylindrical-coordinate representation of color #B972EF: hue angle of 274.08º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B972EF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 114 239 -
CMYK 0.23 0.52 0 0.06
HSL 274.08º 0.8% 0.69% -
HSV(B) 274.08º 0.52% 0.94% -
XYZ 41.6 28.58 84.99 -
YUV 149.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 185 114 239 0.23 0.52 0 0.06 274.08 0.8 0.69
Hex B9 72 EF 17 34 0 6 112 50 45
Octal 271 162 357 27 64 0 6 422 120 105
Binary 10111001 1110010 11101111 10111 110100 0 110 100010010 1010000 1000101

Color Harmonies of #B972EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972EF

Black with #B972EF

Text Example


Text Example

White with #B972EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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