Html Css Color HEX #B972FA Heliotrope

📋 copy color: '#B972FA'

red 185 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #B972FA

Tints of Heliotrope #B972FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 33.7%
G = 20.77%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B972FA (or 0xB972FA) is known color: Heliotrope. HEX triplet: B9, 72 and FA. RGB value is (185,114,250). Sum of RGB (Red+Green+Blue) = 185+114+250=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B972FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972FA is #468D05. Grayscale: #969696. Windows color (decimal): -4623622 or 16413369. OLE color: 16413369.

HSL color Cylindrical-coordinate representation of color #B972FA: hue angle of 271.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B972FA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 114 250 -
CMYK 0.26 0.54 0 0.02
HSL 271.32º 0.93% 0.71% -
HSV(B) 271.32º 0.54% 0.98% -
XYZ 43.28 29.25 93.81 -
YUV 150.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 185 114 250 0.26 0.54 0 0.02 271.32 0.93 0.71
Hex B9 72 FA 1A 36 0 2 10F 5D 47
Octal 271 162 372 32 66 0 2 417 135 107
Binary 10111001 1110010 11111010 11010 110110 0 10 100001111 1011101 1000111

Color Harmonies of #B972FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972FA

Black with #B972FA

Text Example


Text Example

White with #B972FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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