Html Css Color HEX #BB7CF2 Heliotrope

📋 copy color: '#BB7CF2'

red 187 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #BB7CF2

Tints of Heliotrope #BB7CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 33.82%
G = 22.42%
B = 43.76%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB7CF2 (or 0xBB7CF2) is known color: Heliotrope. HEX triplet: BB, 7C and F2. RGB value is (187,124,242). Sum of RGB (Red+Green+Blue) = 187+124+242=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CF2 is #44830D. Grayscale: #9B9B9B. Windows color (decimal): -4489998 or 15891643. OLE color: 15891643.

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

Color convert

RGB 187 124 242 -
CMYK 0.23 0.49 0 0.05
HSL 272.03º 0.82% 0.72% -
HSV(B) 272.03º 0.49% 0.95% -
XYZ 43.73 31.39 87.76 -
YUV 156.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 187 124 242 0.23 0.49 0 0.05 272.03 0.82 0.72
Hex BB 7C F2 17 31 0 5 110 52 48
Octal 273 174 362 27 61 0 5 420 122 110
Binary 10111011 1111100 11110010 10111 110001 0 101 100010000 1010010 1001000

Color Harmonies of #BB7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CF2

Black with #BB7CF2

Text Example


Text Example

White with #BB7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CF2; }

 p { color: rgb(187,124,242); }

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

background-color css

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

 a { background-color: rgb(187,124,242); }

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

border-color css

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

 span { border-color: rgb(187,124,242); }

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