Html Css Color HEX #BB7DF1 Heliotrope

📋 copy color: '#BB7DF1'

red 187 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #BB7DF1

Tints of Heliotrope #BB7DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 33.82%
G = 22.6%
B = 43.58%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB7DF1 (or 0xBB7DF1) is known color: Heliotrope. HEX triplet: BB, 7D and F1. RGB value is (187,125,241). Sum of RGB (Red+Green+Blue) = 187+125+241=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF1 is #44820E. Grayscale: #9C9C9C. Windows color (decimal): -4489743 or 15826363. OLE color: 15826363.

HSL color Cylindrical-coordinate representation of color #BB7DF1: hue angle of 272.07º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7DF1 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 125 241 -
CMYK 0.22 0.48 0 0.05
HSL 272.07º 0.81% 0.72% -
HSV(B) 272.07º 0.48% 0.95% -
XYZ 43.7 31.58 87.01 -
YUV 156.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 187 125 241 0.22 0.48 0 0.05 272.07 0.81 0.72
Hex BB 7D F1 16 30 0 5 110 51 48
Octal 273 175 361 26 60 0 5 420 121 110
Binary 10111011 1111101 11110001 10110 110000 0 101 100010000 1010001 1001000

Color Harmonies of #BB7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DF1

Black with #BB7DF1

Text Example


Text Example

White with #BB7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DF1; }

 p { color: rgb(187,125,241); }

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

background-color css

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

 a { background-color: rgb(187,125,241); }

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

border-color css

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

 span { border-color: rgb(187,125,241); }

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