Html Css Color HEX #BB7EFF Heliotrope

📋 copy color: '#BB7EFF'

red 187 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #BB7EFF

Tints of Heliotrope #BB7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 32.92%
G = 22.18%
B = 44.89%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB7EFF (or 0xBB7EFF) is known color: Heliotrope. HEX triplet: BB, 7E and FF. RGB value is (187,126,255). Sum of RGB (Red+Green+Blue) = 187+126+255=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EFF is #448100. Grayscale: #9E9E9E. Windows color (decimal): -4489473 or 16744123. OLE color: 16744123.

HSL color Cylindrical-coordinate representation of color #BB7EFF: hue angle of 268.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7EFF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 126 255 -
CMYK 0.27 0.51 0 0
HSL 268.37º 1% 0.75% -
HSV(B) 268.37º 0.51% 1% -
XYZ 46 32.71 98.5 -
YUV 158.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 187 126 255 0.27 0.51 0 0 268.37 1 0.75
Hex BB 7E FF 1B 33 0 0 10C 64 4B
Octal 273 176 377 33 63 0 0 414 144 113
Binary 10111011 1111110 11111111 11011 110011 0 0 100001100 1100100 1001011

Color Harmonies of #BB7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EFF

Black with #BB7EFF

Text Example


Text Example

White with #BB7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EFF; }

 p { color: rgb(187,126,255); }

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

background-color css

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

 a { background-color: rgb(187,126,255); }

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

border-color css

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

 span { border-color: rgb(187,126,255); }

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