Html Css Color HEX #BB7AFE Heliotrope

📋 copy color: '#BB7AFE'

red 187 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #BB7AFE

Tints of Heliotrope #BB7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 33.21%
G = 21.67%
B = 45.12%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB7AFE (or 0xBB7AFE) is known color: Heliotrope. HEX triplet: BB, 7A and FE. RGB value is (187,122,254). Sum of RGB (Red+Green+Blue) = 187+122+254=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AFE is #448501. Grayscale: #9C9C9C. Windows color (decimal): -4490498 or 16677563. OLE color: 16677563.

HSL color Cylindrical-coordinate representation of color #BB7AFE: hue angle of 269.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7AFE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 122 254 -
CMYK 0.26 0.52 0 0.00
HSL 269.55º 0.99% 0.74% -
HSV(B) 269.55º 0.52% 1% -
XYZ 45.34 31.64 97.48 -
YUV 156.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 187 122 254 0.26 0.52 0 0.00 269.55 0.99 0.74
Hex BB 7A FE 1A 34 0 0 10E 63 4A
Octal 273 172 376 32 64 0 0 416 143 112
Binary 10111011 1111010 11111110 11010 110100 0 0 100001110 1100011 1001010

Color Harmonies of #BB7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AFE

Black with #BB7AFE

Text Example


Text Example

White with #BB7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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