Html Css Color HEX #BC73ED Heliotrope

📋 copy color: '#BC73ED'

red 188 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #BC73ED

Tints of Heliotrope #BC73ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 34.81%
G = 21.3%
B = 43.89%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC73ED (or 0xBC73ED) is known color: Heliotrope. HEX triplet: BC, 73 and ED. RGB value is (188,115,237). Sum of RGB (Red+Green+Blue) = 188+115+237=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73ED is #438C12. Grayscale: #969696. Windows color (decimal): -4426771 or 15561660. OLE color: 15561660.

HSL color Cylindrical-coordinate representation of color #BC73ED: hue angle of 275.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC73ED is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 115 237 -
CMYK 0.21 0.51 0 0.07
HSL 275.9º 0.77% 0.69% -
HSV(B) 275.9º 0.51% 0.93% -
XYZ 42.16 29.07 83.51 -
YUV 150.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 188 115 237 0.21 0.51 0 0.07 275.9 0.77 0.69
Hex BC 73 ED 15 33 0 7 114 4D 45
Octal 274 163 355 25 63 0 7 424 115 105
Binary 10111100 1110011 11101101 10101 110011 0 111 100010100 1001101 1000101

Color Harmonies of #BC73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73ED

Black with #BC73ED

Text Example


Text Example

White with #BC73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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