Html Css Color HEX #BC5ADA Medium Orchid

📋 copy color: '#BC5ADA'

red 188 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #BC5ADA

Tints of Medium Orchid #BC5ADA

RGB

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

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

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

R = 37.9%
G = 18.15%
B = 43.95%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC5ADA (or 0xBC5ADA) is known color: Medium Orchid. HEX triplet: BC, 5A and DA. RGB value is (188,90,218). Sum of RGB (Red+Green+Blue) = 188+90+218=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC5ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADA is #43A525. Grayscale: #858585. Windows color (decimal): -4433190 or 14310076. OLE color: 14310076.

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

Color convert

RGB 188 90 218 -
CMYK 0.14 0.59 0 0.15
HSL 285.94º 0.63% 0.6% -
HSV(B) 285.94º 0.59% 0.85% -
XYZ 37.05 23.07 68.83 -
YUV 133.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 188 90 218 0.14 0.59 0 0.15 285.94 0.63 0.6
Hex BC 5A DA E 3B 0 F 11E 3F 3C
Octal 274 132 332 16 73 0 17 436 77 74
Binary 10111100 1011010 11011010 1110 111011 0 1111 100011110 111111 111100

Color Harmonies of #BC5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ADA

Black with #BC5ADA

Text Example


Text Example

White with #BC5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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