Html Css Color HEX #BA4CD0 Medium Orchid

📋 copy color: '#BA4CD0'

red 186 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #BA4CD0

Tints of Medium Orchid #BA4CD0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 39.57%
G = 16.17%
B = 44.26%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA4CD0 (or 0xBA4CD0) is known color: Medium Orchid. HEX triplet: BA, 4C and D0. RGB value is (186,76,208). Sum of RGB (Red+Green+Blue) = 186+76+208=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA4CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD0 is #45B32F. Grayscale: #7B7B7B. Windows color (decimal): -4567856 or 13651130. OLE color: 13651130.

HSL color Cylindrical-coordinate representation of color #BA4CD0: hue angle of 290º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4CD0 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 76 208 -
CMYK 0.11 0.63 0 0.18
HSL 290º 0.58% 0.56% -
HSV(B) 290º 0.63% 0.82% -
XYZ 34.22 20.16 61.76 -
YUV 123.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 186 76 208 0.11 0.63 0 0.18 290 0.58 0.56
Hex BA 4C D0 B 3F 0 12 122 3A 38
Octal 272 114 320 13 77 0 22 442 72 70
Binary 10111010 1001100 11010000 1011 111111 0 10010 100100010 111010 111000

Color Harmonies of #BA4CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CD0

Black with #BA4CD0

Text Example


Text Example

White with #BA4CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CD0; }

 p { color: rgb(186,76,208); }

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

background-color css

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

 a { background-color: rgb(186,76,208); }

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

border-color css

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

 span { border-color: rgb(186,76,208); }

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