Html Css Color HEX #BC77FF Heliotrope

📋 copy color: '#BC77FF'

red 188 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #BC77FF

Tints of Heliotrope #BC77FF

RGB

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

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

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

R = 33.45%
G = 21.17%
B = 45.37%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC77FF (or 0xBC77FF) is known color: Heliotrope. HEX triplet: BC, 77 and FF. RGB value is (188,119,255). Sum of RGB (Red+Green+Blue) = 188+119+255=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77FF is #438800. Grayscale: #9A9A9A. Windows color (decimal): -4425729 or 16742332. OLE color: 16742332.

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

Color convert

RGB 188 119 255 -
CMYK 0.26 0.53 0 0
HSL 270.44º 1% 0.73% -
HSV(B) 270.44º 0.53% 1% -
XYZ 45.39 31.11 98.22 -
YUV 155.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 188 119 255 0.26 0.53 0 0 270.44 1 0.73
Hex BC 77 FF 1A 35 0 0 10E 64 49
Octal 274 167 377 32 65 0 0 416 144 111
Binary 10111100 1110111 11111111 11010 110101 0 0 100001110 1100100 1001001

Color Harmonies of #BC77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77FF

Black with #BC77FF

Text Example


Text Example

White with #BC77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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