Html Css Color HEX #BC76F1 Heliotrope

📋 copy color: '#BC76F1'

red 188 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #BC76F1

Tints of Heliotrope #BC76F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 34.37%
G = 21.57%
B = 44.06%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC76F1 (or 0xBC76F1) is known color: Heliotrope. HEX triplet: BC, 76 and F1. RGB value is (188,118,241). Sum of RGB (Red+Green+Blue) = 188+118+241=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76F1 is #43890E. Grayscale: #989898. Windows color (decimal): -4425999 or 15824572. OLE color: 15824572.

HSL color Cylindrical-coordinate representation of color #BC76F1: hue angle of 274.15º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC76F1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 118 241 -
CMYK 0.22 0.51 0 0.05
HSL 274.15º 0.81% 0.7% -
HSV(B) 274.15º 0.51% 0.95% -
XYZ 43.09 30 86.74 -
YUV 152.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 188 118 241 0.22 0.51 0 0.05 274.15 0.81 0.7
Hex BC 76 F1 16 33 0 5 112 51 46
Octal 274 166 361 26 63 0 5 422 121 106
Binary 10111100 1110110 11110001 10110 110011 0 101 100010010 1010001 1000110

Color Harmonies of #BC76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76F1

Black with #BC76F1

Text Example


Text Example

White with #BC76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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