Html Css Color HEX #BB7AF8 Heliotrope

📋 copy color: '#BB7AF8'

red 187 ◦ green 122 ◦ blue 248

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

Shades of Heliotrope #BB7AF8

Tints of Heliotrope #BB7AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 33.57%
G = 21.9%
B = 44.52%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB7AF8 (or 0xBB7AF8) is known color: Heliotrope. HEX triplet: BB, 7A and F8. RGB value is (187,122,248). Sum of RGB (Red+Green+Blue) = 187+122+248=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AF8 is #448507. Grayscale: #9B9B9B. Windows color (decimal): -4490504 or 16284347. OLE color: 16284347.

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

Color convert

RGB 187 122 248 -
CMYK 0.25 0.51 0 0.03
HSL 270.95º 0.9% 0.73% -
HSV(B) 270.95º 0.51% 0.97% -
XYZ 44.4 31.26 92.5 -
YUV 155.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 187 122 248 0.25 0.51 0 0.03 270.95 0.9 0.73
Hex BB 7A F8 19 33 0 3 10F 5A 49
Octal 273 172 370 31 63 0 3 417 132 111
Binary 10111011 1111010 11111000 11001 110011 0 11 100001111 1011010 1001001

Color Harmonies of #BB7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AF8

Black with #BB7AF8

Text Example


Text Example

White with #BB7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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