Html Css Color HEX #BC5DDA Medium Orchid

📋 copy color: '#BC5DDA'

red 188 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #BC5DDA

Tints of Medium Orchid #BC5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.64%

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

R = 37.68%
G = 18.64%
B = 43.69%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC5DDA (or 0xBC5DDA) is known color: Medium Orchid. HEX triplet: BC, 5D and DA. RGB value is (188,93,218). Sum of RGB (Red+Green+Blue) = 188+93+218=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DDA is #43A225. Grayscale: #878787. Windows color (decimal): -4432422 or 14310844. OLE color: 14310844.

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

Color convert

RGB 188 93 218 -
CMYK 0.14 0.57 0 0.15
HSL 285.6º 0.63% 0.61% -
HSV(B) 285.6º 0.57% 0.85% -
XYZ 37.31 23.58 68.92 -
YUV 135.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 188 93 218 0.14 0.57 0 0.15 285.6 0.63 0.61
Hex BC 5D DA E 39 0 F 11E 3F 3D
Octal 274 135 332 16 71 0 17 436 77 75
Binary 10111100 1011101 11011010 1110 111001 0 1111 100011110 111111 111101

Color Harmonies of #BC5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DDA

Black with #BC5DDA

Text Example


Text Example

White with #BC5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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