Html Css Color HEX #BB7AFB Heliotrope

📋 copy color: '#BB7AFB'

red 187 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #BB7AFB

Tints of Heliotrope #BB7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

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

R = 33.39%
G = 21.79%
B = 44.82%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7AFB (or 0xBB7AFB) is known color: Heliotrope. HEX triplet: BB, 7A and FB. RGB value is (187,122,251). Sum of RGB (Red+Green+Blue) = 187+122+251=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AFB is #448504. Grayscale: #9B9B9B. Windows color (decimal): -4490501 or 16480955. OLE color: 16480955.

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

Color convert

RGB 187 122 251 -
CMYK 0.25 0.51 0 0.02
HSL 270.23º 0.94% 0.73% -
HSV(B) 270.23º 0.51% 0.98% -
XYZ 44.87 31.45 94.97 -
YUV 156.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 187 122 251 0.25 0.51 0 0.02 270.23 0.94 0.73
Hex BB 7A FB 19 33 0 2 10E 5E 49
Octal 273 172 373 31 63 0 2 416 136 111
Binary 10111011 1111010 11111011 11001 110011 0 10 100001110 1011110 1001001

Color Harmonies of #BB7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AFB

Black with #BB7AFB

Text Example


Text Example

White with #BB7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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