Html Css Color HEX #BB73F9 Heliotrope

📋 copy color: '#BB73F9'

red 187 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #BB73F9

Tints of Heliotrope #BB73F9

RGB

 RED value IS 187 (73.44% from 255) = 33.94%

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

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 33.94%
G = 20.87%
B = 45.19%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB73F9 (or 0xBB73F9) is known color: Heliotrope. HEX triplet: BB, 73 and F9. RGB value is (187,115,249). Sum of RGB (Red+Green+Blue) = 187+115+249=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73F9 is #448C06. Grayscale: #979797. Windows color (decimal): -4492295 or 16348091. OLE color: 16348091.

HSL color Cylindrical-coordinate representation of color #BB73F9: hue angle of 272.24º degrees, saturation: 0.92, 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 #BB73F9 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 115 249 -
CMYK 0.25 0.54 0 0.02
HSL 272.24º 0.92% 0.71% -
HSV(B) 272.24º 0.54% 0.98% -
XYZ 43.72 29.67 93.04 -
YUV 151.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 187 115 249 0.25 0.54 0 0.02 272.24 0.92 0.71
Hex BB 73 F9 19 36 0 2 110 5C 47
Octal 273 163 371 31 66 0 2 420 134 107
Binary 10111011 1110011 11111001 11001 110110 0 10 100010000 1011100 1000111

Color Harmonies of #BB73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73F9

Black with #BB73F9

Text Example


Text Example

White with #BB73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73F9; }

 p { color: rgb(187,115,249); }

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

background-color css

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

 a { background-color: rgb(187,115,249); }

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

border-color css

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

 span { border-color: rgb(187,115,249); }

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