Html Css Color HEX #BC76FB Heliotrope

📋 copy color: '#BC76FB'

red 188 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #BC76FB

Tints of Heliotrope #BC76FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 33.75%
G = 21.18%
B = 45.06%

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

#BC76FB (or 0xBC76FB) is known color: Heliotrope. HEX triplet: BC, 76 and FB. RGB value is (188,118,251). Sum of RGB (Red+Green+Blue) = 188+118+251=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC76FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76FB is #438904. Grayscale: #999999. Windows color (decimal): -4425989 or 16479932. OLE color: 16479932.

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

Color convert

RGB 188 118 251 -
CMYK 0.25 0.53 0 0.02
HSL 271.58º 0.94% 0.72% -
HSV(B) 271.58º 0.53% 0.98% -
XYZ 44.63 30.61 94.82 -
YUV 154.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 188 118 251 0.25 0.53 0 0.02 271.58 0.94 0.72
Hex BC 76 FB 19 35 0 2 110 5E 48
Octal 274 166 373 31 65 0 2 420 136 110
Binary 10111100 1110110 11111011 11001 110101 0 10 100010000 1011110 1001000

Color Harmonies of #BC76FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76FB

Black with #BC76FB

Text Example


Text Example

White with #BC76FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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