Html Css Color HEX #BC60F9 Heliotrope

📋 copy color: '#BC60F9'

red 188 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #BC60F9

Tints of Heliotrope #BC60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 35.27%
G = 18.01%
B = 46.72%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC60F9 (or 0xBC60F9) is known color: Heliotrope. HEX triplet: BC, 60 and F9. RGB value is (188,96,249). Sum of RGB (Red+Green+Blue) = 188+96+249=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F9 is #439F06. Grayscale: #8C8C8C. Windows color (decimal): -4431623 or 16343228. OLE color: 16343228.

HSL color Cylindrical-coordinate representation of color #BC60F9: hue angle of 276.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC60F9 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 96 249 -
CMYK 0.24 0.61 0 0.02
HSL 276.08º 0.93% 0.68% -
HSV(B) 276.08º 0.61% 0.98% -
XYZ 42.02 25.9 92.41 -
YUV 140.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 188 96 249 0.24 0.61 0 0.02 276.08 0.93 0.68
Hex BC 60 F9 18 3D 0 2 114 5D 44
Octal 274 140 371 30 75 0 2 424 135 104
Binary 10111100 1100000 11111001 11000 111101 0 10 100010100 1011101 1000100

Color Harmonies of #BC60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60F9

Black with #BC60F9

Text Example


Text Example

White with #BC60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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