Html Css Color HEX #BC77F6 Heliotrope

📋 copy color: '#BC77F6'

red 188 ◦ green 119 ◦ blue 246

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

Shades of Heliotrope #BC77F6

Tints of Heliotrope #BC77F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 34%
G = 21.52%
B = 44.48%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC77F6 (or 0xBC77F6) is known color: Heliotrope. HEX triplet: BC, 77 and F6. RGB value is (188,119,246). Sum of RGB (Red+Green+Blue) = 188+119+246=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC77F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77F6 is #438809. Grayscale: #999999. Windows color (decimal): -4425738 or 16152508. OLE color: 16152508.

HSL color Cylindrical-coordinate representation of color #BC77F6: hue angle of 272.6º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC77F6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 119 246 -
CMYK 0.24 0.52 0 0.04
HSL 272.6º 0.88% 0.72% -
HSV(B) 272.6º 0.52% 0.96% -
XYZ 43.97 30.54 90.77 -
YUV 154.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 188 119 246 0.24 0.52 0 0.04 272.6 0.88 0.72
Hex BC 77 F6 18 34 0 4 111 58 48
Octal 274 167 366 30 64 0 4 421 130 110
Binary 10111100 1110111 11110110 11000 110100 0 100 100010001 1011000 1001000

Color Harmonies of #BC77F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77F6

Black with #BC77F6

Text Example


Text Example

White with #BC77F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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