Html Css Color HEX #BC74F1 Heliotrope

📋 copy color: '#BC74F1'

red 188 ◦ green 116 ◦ blue 241

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

Shades of Heliotrope #BC74F1

Tints of Heliotrope #BC74F1

RGB

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

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

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

R = 34.5%
G = 21.28%
B = 44.22%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC74F1 (or 0xBC74F1) is known color: Heliotrope. HEX triplet: BC, 74 and F1. RGB value is (188,116,241). Sum of RGB (Red+Green+Blue) = 188+116+241=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74F1 is #438B0E. Grayscale: #979797. Windows color (decimal): -4426511 or 15824060. OLE color: 15824060.

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

Color convert

RGB 188 116 241 -
CMYK 0.22 0.52 0 0.05
HSL 274.56º 0.82% 0.7% -
HSV(B) 274.56º 0.52% 0.95% -
XYZ 42.86 29.53 86.66 -
YUV 151.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 188 116 241 0.22 0.52 0 0.05 274.56 0.82 0.7
Hex BC 74 F1 16 34 0 5 113 52 46
Octal 274 164 361 26 64 0 5 423 122 106
Binary 10111100 1110100 11110001 10110 110100 0 101 100010011 1010010 1000110

Color Harmonies of #BC74F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74F1

Black with #BC74F1

Text Example


Text Example

White with #BC74F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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