Html Css Color HEX #BA5DCB Medium Orchid

📋 copy color: '#BA5DCB'

red 186 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #BA5DCB

Tints of Medium Orchid #BA5DCB

RGB

 RED value IS 186 (73.05% from 255) = 38.59%

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 38.59%
G = 19.29%
B = 42.12%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA5DCB (or 0xBA5DCB) is known color: Medium Orchid. HEX triplet: BA, 5D and CB. RGB value is (186,93,203). Sum of RGB (Red+Green+Blue) = 186+93+203=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCB is #45A234. Grayscale: #858585. Windows color (decimal): -4563509 or 13327802. OLE color: 13327802.

HSL color Cylindrical-coordinate representation of color #BA5DCB: hue angle of 290.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5DCB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 93 203 -
CMYK 0.08 0.54 0 0.20
HSL 290.73º 0.51% 0.58% -
HSV(B) 290.73º 0.54% 0.8% -
XYZ 34.94 22.58 59.02 -
YUV 133.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 186 93 203 0.08 0.54 0 0.20 290.73 0.51 0.58
Hex BA 5D CB 8 36 0 14 123 33 3A
Octal 272 135 313 10 66 0 24 443 63 72
Binary 10111010 1011101 11001011 1000 110110 0 10100 100100011 110011 111010

Color Harmonies of #BA5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DCB

Black with #BA5DCB

Text Example


Text Example

White with #BA5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DCB; }

 p { color: rgb(186,93,203); }

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

background-color css

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

 a { background-color: rgb(186,93,203); }

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

border-color css

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

 span { border-color: rgb(186,93,203); }

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