Html Css Color HEX #BC7CF9 Heliotrope

📋 copy color: '#BC7CF9'

red 188 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #BC7CF9

Tints of Heliotrope #BC7CF9

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 33.51%
G = 22.1%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC7CF9 (or 0xBC7CF9) is known color: Heliotrope. HEX triplet: BC, 7C and F9. RGB value is (188,124,249). Sum of RGB (Red+Green+Blue) = 188+124+249=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF9 is #438306. Grayscale: #9C9C9C. Windows color (decimal): -4424455 or 16350396. OLE color: 16350396.

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

Color convert

RGB 188 124 249 -
CMYK 0.24 0.50 0 0.02
HSL 270.72º 0.91% 0.73% -
HSV(B) 270.72º 0.5% 0.98% -
XYZ 45.05 31.95 93.41 -
YUV 157.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 188 124 249 0.24 0.50 0 0.02 270.72 0.91 0.73
Hex BC 7C F9 18 32 0 2 10F 5B 49
Octal 274 174 371 30 62 0 2 417 133 111
Binary 10111100 1111100 11111001 11000 110010 0 10 100001111 1011011 1001001

Color Harmonies of #BC7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CF9

Black with #BC7CF9

Text Example


Text Example

White with #BC7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CF9; }

 p { color: rgb(188,124,249); }

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

background-color css

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

 a { background-color: rgb(188,124,249); }

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

border-color css

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

 span { border-color: rgb(188,124,249); }

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