Html Css Color HEX #BA4DCB Medium Orchid

📋 copy color: '#BA4DCB'

red 186 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #BA4DCB

Tints of Medium Orchid #BA4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

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

R = 39.91%
G = 16.52%
B = 43.56%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA4DCB (or 0xBA4DCB) is known color: Medium Orchid. HEX triplet: BA, 4D and CB. RGB value is (186,77,203). Sum of RGB (Red+Green+Blue) = 186+77+203=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCB is #45B234. Grayscale: #7B7B7B. Windows color (decimal): -4567605 or 13323706. OLE color: 13323706.

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

Color convert

RGB 186 77 203 -
CMYK 0.08 0.62 0 0.20
HSL 291.9º 0.55% 0.55% -
HSV(B) 291.9º 0.62% 0.8% -
XYZ 33.68 20.06 58.6 -
YUV 123.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 186 77 203 0.08 0.62 0 0.20 291.9 0.55 0.55
Hex BA 4D CB 8 3E 0 14 124 37 37
Octal 272 115 313 10 76 0 24 444 67 67
Binary 10111010 1001101 11001011 1000 111110 0 10100 100100100 110111 110111

Color Harmonies of #BA4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DCB

Black with #BA4DCB

Text Example


Text Example

White with #BA4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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