Html Css Color HEX #BC73EF Heliotrope

📋 copy color: '#BC73EF'

red 188 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #BC73EF

Tints of Heliotrope #BC73EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 34.69%
G = 21.22%
B = 44.1%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC73EF (or 0xBC73EF) is known color: Heliotrope. HEX triplet: BC, 73 and EF. RGB value is (188,115,239). Sum of RGB (Red+Green+Blue) = 188+115+239=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC73EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73EF is #438C10. Grayscale: #969696. Windows color (decimal): -4426769 or 15692732. OLE color: 15692732.

HSL color Cylindrical-coordinate representation of color #BC73EF: hue angle of 275.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC73EF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 115 239 -
CMYK 0.21 0.52 0 0.06
HSL 275.32º 0.79% 0.69% -
HSV(B) 275.32º 0.52% 0.94% -
XYZ 42.45 29.18 85.06 -
YUV 150.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 188 115 239 0.21 0.52 0 0.06 275.32 0.79 0.69
Hex BC 73 EF 15 34 0 6 113 4F 45
Octal 274 163 357 25 64 0 6 423 117 105
Binary 10111100 1110011 11101111 10101 110100 0 110 100010011 1001111 1000101

Color Harmonies of #BC73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73EF

Black with #BC73EF

Text Example


Text Example

White with #BC73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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