Html Css Color HEX #BB7AF6 Heliotrope

📋 copy color: '#BB7AF6'

red 187 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #BB7AF6

Tints of Heliotrope #BB7AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 33.69%
G = 21.98%
B = 44.32%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB7AF6 (or 0xBB7AF6) is known color: Heliotrope. HEX triplet: BB, 7A and F6. RGB value is (187,122,246). Sum of RGB (Red+Green+Blue) = 187+122+246=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AF6 is #448509. Grayscale: #9B9B9B. Windows color (decimal): -4490506 or 16153275. OLE color: 16153275.

HSL color Cylindrical-coordinate representation of color #BB7AF6: hue angle of 271.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7AF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 122 246 -
CMYK 0.24 0.50 0 0.04
HSL 271.45º 0.87% 0.72% -
HSV(B) 271.45º 0.5% 0.96% -
XYZ 44.09 31.14 90.88 -
YUV 155.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 187 122 246 0.24 0.50 0 0.04 271.45 0.87 0.72
Hex BB 7A F6 18 32 0 4 10F 57 48
Octal 273 172 366 30 62 0 4 417 127 110
Binary 10111011 1111010 11110110 11000 110010 0 100 100001111 1010111 1001000

Color Harmonies of #BB7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AF6

Black with #BB7AF6

Text Example


Text Example

White with #BB7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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