Html Css Color HEX #BB7BFE Heliotrope

📋 copy color: '#BB7BFE'

red 187 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #BB7BFE

Tints of Heliotrope #BB7BFE

RGB

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

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

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

R = 33.16%
G = 21.81%
B = 45.04%

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

#BB7BFE (or 0xBB7BFE) is known color: Heliotrope. HEX triplet: BB, 7B and FE. RGB value is (187,123,254). Sum of RGB (Red+Green+Blue) = 187+123+254=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BFE is #448401. Grayscale: #9C9C9C. Windows color (decimal): -4490242 or 16677819. OLE color: 16677819.

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

Color convert

RGB 187 123 254 -
CMYK 0.26 0.52 0 0.00
HSL 269.31º 0.98% 0.74% -
HSV(B) 269.31º 0.52% 1% -
XYZ 45.47 31.89 97.52 -
YUV 157.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 187 123 254 0.26 0.52 0 0.00 269.31 0.98 0.74
Hex BB 7B FE 1A 34 0 0 10D 62 4A
Octal 273 173 376 32 64 0 0 415 142 112
Binary 10111011 1111011 11111110 11010 110100 0 0 100001101 1100010 1001010

Color Harmonies of #BB7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BFE

Black with #BB7BFE

Text Example


Text Example

White with #BB7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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