Html Css Color HEX #BC73F3 Heliotrope

📋 copy color: '#BC73F3'

red 188 ◦ green 115 ◦ blue 243

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

Shades of Heliotrope #BC73F3

Tints of Heliotrope #BC73F3

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.06%

 BLUE value IS 243 (95.31% from 255) = 44.51%

R = 34.43%
G = 21.06%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC73F3 (or 0xBC73F3) is known color: Heliotrope. HEX triplet: BC, 73 and F3. RGB value is (188,115,243). Sum of RGB (Red+Green+Blue) = 188+115+243=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC73F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73F3 is #438C0C. Grayscale: #969696. Windows color (decimal): -4426765 or 15954876. OLE color: 15954876.

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

Color convert

RGB 188 115 243 -
CMYK 0.23 0.53 0 0.05
HSL 274.22º 0.84% 0.7% -
HSV(B) 274.22º 0.53% 0.95% -
XYZ 43.05 29.42 88.2 -
YUV 151.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 188 115 243 0.23 0.53 0 0.05 274.22 0.84 0.7
Hex BC 73 F3 17 35 0 5 112 54 46
Octal 274 163 363 27 65 0 5 422 124 106
Binary 10111100 1110011 11110011 10111 110101 0 101 100010010 1010100 1000110

Color Harmonies of #BC73F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73F3

Black with #BC73F3

Text Example


Text Example

White with #BC73F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73F3; }

 p { color: rgb(188,115,243); }

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

background-color css

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

 a { background-color: rgb(188,115,243); }

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

border-color css

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

 span { border-color: rgb(188,115,243); }

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