Html Css Color HEX #BB7BF7 Heliotrope

📋 copy color: '#BB7BF7'

red 187 ◦ green 123 ◦ blue 247

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

Shades of Heliotrope #BB7BF7

Tints of Heliotrope #BB7BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.08%

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 33.57%
G = 22.08%
B = 44.34%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB7BF7 (or 0xBB7BF7) is known color: Heliotrope. HEX triplet: BB, 7B and F7. RGB value is (187,123,247). Sum of RGB (Red+Green+Blue) = 187+123+247=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BF7 is #448408. Grayscale: #9B9B9B. Windows color (decimal): -4490249 or 16219067. OLE color: 16219067.

HSL color Cylindrical-coordinate representation of color #BB7BF7: hue angle of 270.97º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7BF7 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 123 247 -
CMYK 0.24 0.50 0 0.03
HSL 270.97º 0.89% 0.73% -
HSV(B) 270.97º 0.5% 0.97% -
XYZ 44.36 31.45 91.73 -
YUV 156.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 187 123 247 0.24 0.50 0 0.03 270.97 0.89 0.73
Hex BB 7B F7 18 32 0 3 10F 59 49
Octal 273 173 367 30 62 0 3 417 131 111
Binary 10111011 1111011 11110111 11000 110010 0 11 100001111 1011001 1001001

Color Harmonies of #BB7BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BF7

Black with #BB7BF7

Text Example


Text Example

White with #BB7BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BF7; }

 p { color: rgb(187,123,247); }

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

background-color css

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

 a { background-color: rgb(187,123,247); }

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

border-color css

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

 span { border-color: rgb(187,123,247); }

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