Html Css Color HEX #BC77FC Heliotrope

📋 copy color: '#BC77FC'

red 188 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #BC77FC

Tints of Heliotrope #BC77FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.29%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 33.63%
G = 21.29%
B = 45.08%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC77FC (or 0xBC77FC) is known color: Heliotrope. HEX triplet: BC, 77 and FC. RGB value is (188,119,252). Sum of RGB (Red+Green+Blue) = 188+119+252=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77FC is #438803. Grayscale: #9A9A9A. Windows color (decimal): -4425732 or 16545724. OLE color: 16545724.

HSL color Cylindrical-coordinate representation of color #BC77FC: hue angle of 271.13º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC77FC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 119 252 -
CMYK 0.25 0.53 0 0.01
HSL 271.13º 0.96% 0.73% -
HSV(B) 271.13º 0.53% 0.99% -
XYZ 44.91 30.91 95.7 -
YUV 154.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 188 119 252 0.25 0.53 0 0.01 271.13 0.96 0.73
Hex BC 77 FC 19 35 0 1 10F 60 49
Octal 274 167 374 31 65 0 1 417 140 111
Binary 10111100 1110111 11111100 11001 110101 0 1 100001111 1100000 1001001

Color Harmonies of #BC77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77FC

Black with #BC77FC

Text Example


Text Example

White with #BC77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77FC; }

 p { color: rgb(188,119,252); }

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

background-color css

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

 a { background-color: rgb(188,119,252); }

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

border-color css

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

 span { border-color: rgb(188,119,252); }

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