Html Css Color HEX #BC76FC Heliotrope

📋 copy color: '#BC76FC'

red 188 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #BC76FC

Tints of Heliotrope #BC76FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

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

R = 33.69%
G = 21.15%
B = 45.16%

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

#BC76FC (or 0xBC76FC) is known color: Heliotrope. HEX triplet: BC, 76 and FC. RGB value is (188,118,252). Sum of RGB (Red+Green+Blue) = 188+118+252=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC76FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76FC is #438903. Grayscale: #999999. Windows color (decimal): -4425988 or 16545468. OLE color: 16545468.

HSL color Cylindrical-coordinate representation of color #BC76FC: hue angle of 271.34º 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 #BC76FC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 118 252 -
CMYK 0.25 0.53 0 0.01
HSL 271.34º 0.96% 0.73% -
HSV(B) 271.34º 0.53% 0.99% -
XYZ 44.79 30.68 95.66 -
YUV 154.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 188 118 252 0.25 0.53 0 0.01 271.34 0.96 0.73
Hex BC 76 FC 19 35 0 1 10F 60 49
Octal 274 166 374 31 65 0 1 417 140 111
Binary 10111100 1110110 11111100 11001 110101 0 1 100001111 1100000 1001001

Color Harmonies of #BC76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76FC

Black with #BC76FC

Text Example


Text Example

White with #BC76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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