Html Css Color HEX #BC73DA Medium Orchid

📋 copy color: '#BC73DA'

red 188 ◦ green 115 ◦ blue 218

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

Shades of Medium Orchid #BC73DA

Tints of Medium Orchid #BC73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 36.08%
G = 22.07%
B = 41.84%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC73DA (or 0xBC73DA) is known color: Medium Orchid. HEX triplet: BC, 73 and DA. RGB value is (188,115,218). Sum of RGB (Red+Green+Blue) = 188+115+218=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73DA is #438C25. Grayscale: #949494. Windows color (decimal): -4426790 or 14316476. OLE color: 14316476.

HSL color Cylindrical-coordinate representation of color #BC73DA: hue angle of 282.52º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC73DA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 115 218 -
CMYK 0.14 0.47 0 0.15
HSL 282.52º 0.58% 0.65% -
HSV(B) 282.52º 0.47% 0.85% -
XYZ 39.52 28.01 69.65 -
YUV 148.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 188 115 218 0.14 0.47 0 0.15 282.52 0.58 0.65
Hex BC 73 DA E 2F 0 F 11B 3A 41
Octal 274 163 332 16 57 0 17 433 72 101
Binary 10111100 1110011 11011010 1110 101111 0 1111 100011011 111010 1000001

Color Harmonies of #BC73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73DA

Black with #BC73DA

Text Example


Text Example

White with #BC73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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