Html Css Color HEX #B971FB Heliotrope

📋 copy color: '#B971FB'

red 185 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #B971FB

Tints of Heliotrope #B971FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.58%

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 33.7%
G = 20.58%
B = 45.72%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B971FB (or 0xB971FB) is known color: Heliotrope. HEX triplet: B9, 71 and FB. RGB value is (185,113,251). Sum of RGB (Red+Green+Blue) = 185+113+251=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #B971FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FB is #468E04. Grayscale: #959595. Windows color (decimal): -4623877 or 16478649. OLE color: 16478649.

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

Color convert

RGB 185 113 251 -
CMYK 0.26 0.55 0 0.02
HSL 271.3º 0.95% 0.71% -
HSV(B) 271.3º 0.55% 0.98% -
XYZ 43.33 29.09 94.6 -
YUV 150.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 185 113 251 0.26 0.55 0 0.02 271.3 0.95 0.71
Hex B9 71 FB 1A 37 0 2 10F 5F 47
Octal 271 161 373 32 67 0 2 417 137 107
Binary 10111001 1110001 11111011 11010 110111 0 10 100001111 1011111 1000111

Color Harmonies of #B971FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971FB

Black with #B971FB

Text Example


Text Example

White with #B971FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971FB; }

 p { color: rgb(185,113,251); }

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

background-color css

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

 a { background-color: rgb(185,113,251); }

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

border-color css

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

 span { border-color: rgb(185,113,251); }

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