Html Css Color HEX #BB7CF5 Heliotrope

📋 copy color: '#BB7CF5'

red 187 ◦ green 124 ◦ blue 245

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

Shades of Heliotrope #BB7CF5

Tints of Heliotrope #BB7CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 33.63%
G = 22.3%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB7CF5 (or 0xBB7CF5) is known color: Heliotrope. HEX triplet: BB, 7C and F5. RGB value is (187,124,245). Sum of RGB (Red+Green+Blue) = 187+124+245=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB7CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CF5 is #44830A. Grayscale: #9C9C9C. Windows color (decimal): -4489995 or 16088251. OLE color: 16088251.

HSL color Cylindrical-coordinate representation of color #BB7CF5: hue angle of 271.24º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7CF5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 124 245 -
CMYK 0.24 0.49 0 0.04
HSL 271.24º 0.86% 0.72% -
HSV(B) 271.24º 0.49% 0.96% -
XYZ 44.18 31.57 90.15 -
YUV 156.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 187 124 245 0.24 0.49 0 0.04 271.24 0.86 0.72
Hex BB 7C F5 18 31 0 4 10F 56 48
Octal 273 174 365 30 61 0 4 417 126 110
Binary 10111011 1111100 11110101 11000 110001 0 100 100001111 1010110 1001000

Color Harmonies of #BB7CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CF5

Black with #BB7CF5

Text Example


Text Example

White with #BB7CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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