Html Css Color HEX #B973FB Heliotrope

📋 copy color: '#B973FB'

red 185 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #B973FB

Tints of Heliotrope #B973FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.87%

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

R = 33.58%
G = 20.87%
B = 45.55%

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

#B973FB (or 0xB973FB) is known color: Heliotrope. HEX triplet: B9, 73 and FB. RGB value is (185,115,251). Sum of RGB (Red+Green+Blue) = 185+115+251=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #B973FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FB is #468C04. Grayscale: #969696. Windows color (decimal): -4623365 or 16479161. OLE color: 16479161.

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

Color convert

RGB 185 115 251 -
CMYK 0.26 0.54 0 0.02
HSL 270.88º 0.94% 0.72% -
HSV(B) 270.88º 0.54% 0.98% -
XYZ 43.55 29.54 94.67 -
YUV 151.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 185 115 251 0.26 0.54 0 0.02 270.88 0.94 0.72
Hex B9 73 FB 1A 36 0 2 10F 5E 48
Octal 271 163 373 32 66 0 2 417 136 110
Binary 10111001 1110011 11111011 11010 110110 0 10 100001111 1011110 1001000

Color Harmonies of #B973FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973FB

Black with #B973FB

Text Example


Text Example

White with #B973FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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