Html Css Color HEX #BC76FA Heliotrope

📋 copy color: '#BC76FA'

red 188 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #BC76FA

Tints of Heliotrope #BC76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 33.81%
G = 21.22%
B = 44.96%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC76FA (or 0xBC76FA) is known color: Heliotrope. HEX triplet: BC, 76 and FA. RGB value is (188,118,250). Sum of RGB (Red+Green+Blue) = 188+118+250=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76FA is #438905. Grayscale: #999999. Windows color (decimal): -4425990 or 16414396. OLE color: 16414396.

HSL color Cylindrical-coordinate representation of color #BC76FA: hue angle of 271.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC76FA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 118 250 -
CMYK 0.25 0.53 0 0.02
HSL 271.82º 0.93% 0.72% -
HSV(B) 271.82º 0.53% 0.98% -
XYZ 44.47 30.55 94 -
YUV 153.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 188 118 250 0.25 0.53 0 0.02 271.82 0.93 0.72
Hex BC 76 FA 19 35 0 2 110 5D 48
Octal 274 166 372 31 65 0 2 420 135 110
Binary 10111100 1110110 11111010 11001 110101 0 10 100010000 1011101 1001000

Color Harmonies of #BC76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76FA

Black with #BC76FA

Text Example


Text Example

White with #BC76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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