Html Css Color HEX #BA4BDD Medium Orchid

📋 copy color: '#BA4BDD'

red 186 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #BA4BDD

Tints of Medium Orchid #BA4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 38.59%
G = 15.56%
B = 45.85%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA4BDD (or 0xBA4BDD) is known color: Medium Orchid. HEX triplet: BA, 4B and DD. RGB value is (186,75,221). Sum of RGB (Red+Green+Blue) = 186+75+221=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BDD is #45B422. Grayscale: #7C7C7C. Windows color (decimal): -4568099 or 14502842. OLE color: 14502842.

HSL color Cylindrical-coordinate representation of color #BA4BDD: hue angle of 285.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4BDD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 75 221 -
CMYK 0.16 0.66 0 0.13
HSL 285.62º 0.68% 0.58% -
HSV(B) 285.62º 0.66% 0.87% -
XYZ 35.82 20.69 70.51 -
YUV 124.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 186 75 221 0.16 0.66 0 0.13 285.62 0.68 0.58
Hex BA 4B DD 10 42 0 D 11E 44 3A
Octal 272 113 335 20 102 0 15 436 104 72
Binary 10111010 1001011 11011101 10000 1000010 0 1101 100011110 1000100 111010

Color Harmonies of #BA4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BDD

Black with #BA4BDD

Text Example


Text Example

White with #BA4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BDD; }

 p { color: rgb(186,75,221); }

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

background-color css

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

 a { background-color: rgb(186,75,221); }

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

border-color css

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

 span { border-color: rgb(186,75,221); }

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