Html Css Color HEX #BC60FA Heliotrope

📋 copy color: '#BC60FA'

red 188 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #BC60FA

Tints of Heliotrope #BC60FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 35.21%
G = 17.98%
B = 46.82%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC60FA (or 0xBC60FA) is known color: Heliotrope. HEX triplet: BC, 60 and FA. RGB value is (188,96,250). Sum of RGB (Red+Green+Blue) = 188+96+250=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60FA is #439F05. Grayscale: #8C8C8C. Windows color (decimal): -4431622 or 16408764. OLE color: 16408764.

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

Color convert

RGB 188 96 250 -
CMYK 0.25 0.62 0 0.02
HSL 275.84º 0.94% 0.68% -
HSV(B) 275.84º 0.62% 0.98% -
XYZ 42.18 25.96 93.23 -
YUV 141.06 189.48 161.48 -
System Red Green Blue C M Y K H S L
Decimal 188 96 250 0.25 0.62 0 0.02 275.84 0.94 0.68
Hex BC 60 FA 19 3E 0 2 114 5E 44
Octal 274 140 372 31 76 0 2 424 136 104
Binary 10111100 1100000 11111010 11001 111110 0 10 100010100 1011110 1000100

Color Harmonies of #BC60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60FA

Black with #BC60FA

Text Example


Text Example

White with #BC60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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