Html Css Color HEX #BC5AD2 Medium Orchid

📋 copy color: '#BC5AD2'

red 188 ◦ green 90 ◦ blue 210

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

Shades of Medium Orchid #BC5AD2

Tints of Medium Orchid #BC5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 38.52%
G = 18.44%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC5AD2 (or 0xBC5AD2) is known color: Medium Orchid. HEX triplet: BC, 5A and D2. RGB value is (188,90,210). Sum of RGB (Red+Green+Blue) = 188+90+210=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC5AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AD2 is #43A52D. Grayscale: #848484. Windows color (decimal): -4433198 or 13785788. OLE color: 13785788.

HSL color Cylindrical-coordinate representation of color #BC5AD2: hue angle of 289º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5AD2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 90 210 -
CMYK 0.10 0.57 0 0.18
HSL 289º 0.57% 0.59% -
HSV(B) 289º 0.57% 0.82% -
XYZ 36.03 22.66 63.45 -
YUV 132.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 188 90 210 0.10 0.57 0 0.18 289 0.57 0.59
Hex BC 5A D2 A 39 0 12 121 39 3B
Octal 274 132 322 12 71 0 22 441 71 73
Binary 10111100 1011010 11010010 1010 111001 0 10010 100100001 111001 111011

Color Harmonies of #BC5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AD2

Black with #BC5AD2

Text Example


Text Example

White with #BC5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AD2; }

 p { color: rgb(188,90,210); }

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

background-color css

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

 a { background-color: rgb(188,90,210); }

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

border-color css

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

 span { border-color: rgb(188,90,210); }

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