Html Css Color HEX #B971FC Heliotrope

📋 copy color: '#B971FC'

red 185 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #B971FC

Tints of Heliotrope #B971FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 33.64%
G = 20.55%
B = 45.82%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B971FC (or 0xB971FC) is known color: Heliotrope. HEX triplet: B9, 71 and FC. RGB value is (185,113,252). Sum of RGB (Red+Green+Blue) = 185+113+252=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #B971FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FC is #468E03. Grayscale: #959595. Windows color (decimal): -4623876 or 16544185. OLE color: 16544185.

HSL color Cylindrical-coordinate representation of color #B971FC: hue angle of 271.08º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B971FC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 113 252 -
CMYK 0.27 0.55 0 0.01
HSL 271.08º 0.96% 0.72% -
HSV(B) 271.08º 0.55% 0.99% -
XYZ 43.48 29.15 95.43 -
YUV 150.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 185 113 252 0.27 0.55 0 0.01 271.08 0.96 0.72
Hex B9 71 FC 1B 37 0 1 10F 60 48
Octal 271 161 374 33 67 0 1 417 140 110
Binary 10111001 1110001 11111100 11011 110111 0 1 100001111 1100000 1001000

Color Harmonies of #B971FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971FC

Black with #B971FC

Text Example


Text Example

White with #B971FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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