Html Css Color HEX #BC60FF Heliotrope

📋 copy color: '#BC60FF'

red 188 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #BC60FF

Tints of Heliotrope #BC60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 34.88%
G = 17.81%
B = 47.31%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC60FF (or 0xBC60FF) is known color: Heliotrope. HEX triplet: BC, 60 and FF. RGB value is (188,96,255). Sum of RGB (Red+Green+Blue) = 188+96+255=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60FF is #439F00. Grayscale: #8D8D8D. Windows color (decimal): -4431617 or 16736444. OLE color: 16736444.

HSL color Cylindrical-coordinate representation of color #BC60FF: hue angle of 274.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC60FF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 96 255 -
CMYK 0.26 0.62 0 0
HSL 274.72º 1% 0.69% -
HSV(B) 274.72º 0.62% 1% -
XYZ 42.97 26.28 97.41 -
YUV 141.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 188 96 255 0.26 0.62 0 0 274.72 1 0.69
Hex BC 60 FF 1A 3E 0 0 113 64 45
Octal 274 140 377 32 76 0 0 423 144 105
Binary 10111100 1100000 11111111 11010 111110 0 0 100010011 1100100 1000101

Color Harmonies of #BC60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60FF

Black with #BC60FF

Text Example


Text Example

White with #BC60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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