Html Css Color HEX #BB73FB Heliotrope

📋 copy color: '#BB73FB'

red 187 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #BB73FB

Tints of Heliotrope #BB73FB

RGB

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

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

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

R = 33.82%
G = 20.8%
B = 45.39%

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

#BB73FB (or 0xBB73FB) is known color: Heliotrope. HEX triplet: BB, 73 and FB. RGB value is (187,115,251). Sum of RGB (Red+Green+Blue) = 187+115+251=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73FB is #448C04. Grayscale: #979797. Windows color (decimal): -4492293 or 16479163. OLE color: 16479163.

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

Color convert

RGB 187 115 251 -
CMYK 0.25 0.54 0 0.02
HSL 271.76º 0.94% 0.72% -
HSV(B) 271.76º 0.54% 0.98% -
XYZ 44.04 29.79 94.7 -
YUV 152.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 187 115 251 0.25 0.54 0 0.02 271.76 0.94 0.72
Hex BB 73 FB 19 36 0 2 110 5E 48
Octal 273 163 373 31 66 0 2 420 136 110
Binary 10111011 1110011 11111011 11001 110110 0 10 100010000 1011110 1001000

Color Harmonies of #BB73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73FB

Black with #BB73FB

Text Example


Text Example

White with #BB73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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