Html Css Color HEX #BC74FC Heliotrope

📋 copy color: '#BC74FC'

red 188 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #BC74FC

Tints of Heliotrope #BC74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

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

R = 33.81%
G = 20.86%
B = 45.32%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC74FC (or 0xBC74FC) is known color: Heliotrope. HEX triplet: BC, 74 and FC. RGB value is (188,116,252). Sum of RGB (Red+Green+Blue) = 188+116+252=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FC is #438B03. Grayscale: #989898. Windows color (decimal): -4426500 or 16544956. OLE color: 16544956.

HSL color Cylindrical-coordinate representation of color #BC74FC: hue angle of 271.76º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC74FC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 116 252 -
CMYK 0.25 0.54 0 0.01
HSL 271.76º 0.96% 0.72% -
HSV(B) 271.76º 0.54% 0.99% -
XYZ 44.56 30.21 95.58 -
YUV 153.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 188 116 252 0.25 0.54 0 0.01 271.76 0.96 0.72
Hex BC 74 FC 19 36 0 1 110 60 48
Octal 274 164 374 31 66 0 1 420 140 110
Binary 10111100 1110100 11111100 11001 110110 0 1 100010000 1100000 1001000

Color Harmonies of #BC74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74FC

Black with #BC74FC

Text Example


Text Example

White with #BC74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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