Html Css Color HEX #BC5AFF Heliotrope

📋 copy color: '#BC5AFF'

red 188 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #BC5AFF

Tints of Heliotrope #BC5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

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

R = 35.27%
G = 16.89%
B = 47.84%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC5AFF (or 0xBC5AFF) is known color: Heliotrope. HEX triplet: BC, 5A and FF. RGB value is (188,90,255). Sum of RGB (Red+Green+Blue) = 188+90+255=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AFF is #43A500. Grayscale: #898989. Windows color (decimal): -4433153 or 16734908. OLE color: 16734908.

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

Color convert

RGB 188 90 255 -
CMYK 0.26 0.65 0 0
HSL 275.64º 1% 0.68% -
HSV(B) 275.64º 0.65% 1% -
XYZ 42.45 25.22 97.24 -
YUV 138.11 193.97 163.58 -
System Red Green Blue C M Y K H S L
Decimal 188 90 255 0.26 0.65 0 0 275.64 1 0.68
Hex BC 5A FF 1A 41 0 0 114 64 44
Octal 274 132 377 32 101 0 0 424 144 104
Binary 10111100 1011010 11111111 11010 1000001 0 0 100010100 1100100 1000100

Color Harmonies of #BC5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AFF

Black with #BC5AFF

Text Example


Text Example

White with #BC5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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