Html Css Color HEX #BB7EFA Heliotrope

📋 copy color: '#BB7EFA'

red 187 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #BB7EFA

Tints of Heliotrope #BB7EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 33.21%
G = 22.38%
B = 44.4%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7EFA (or 0xBB7EFA) is known color: Heliotrope. HEX triplet: BB, 7E and FA. RGB value is (187,126,250). Sum of RGB (Red+Green+Blue) = 187+126+250=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EFA is #448105. Grayscale: #9D9D9D. Windows color (decimal): -4489478 or 16416443. OLE color: 16416443.

HSL color Cylindrical-coordinate representation of color #BB7EFA: hue angle of 269.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7EFA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 126 250 -
CMYK 0.25 0.50 0 0.02
HSL 269.52º 0.93% 0.74% -
HSV(B) 269.52º 0.5% 0.98% -
XYZ 45.21 32.39 94.31 -
YUV 158.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 187 126 250 0.25 0.50 0 0.02 269.52 0.93 0.74
Hex BB 7E FA 19 32 0 2 10E 5D 4A
Octal 273 176 372 31 62 0 2 416 135 112
Binary 10111011 1111110 11111010 11001 110010 0 10 100001110 1011101 1001010

Color Harmonies of #BB7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EFA

Black with #BB7EFA

Text Example


Text Example

White with #BB7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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