Html Css Color HEX #BA4CDE Medium Orchid

📋 copy color: '#BA4CDE'

red 186 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #BA4CDE

Tints of Medium Orchid #BA4CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 38.43%
G = 15.7%
B = 45.87%

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

#BA4CDE (or 0xBA4CDE) is known color: Medium Orchid. HEX triplet: BA, 4C and DE. RGB value is (186,76,222). Sum of RGB (Red+Green+Blue) = 186+76+222=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDE is #45B321. Grayscale: #7D7D7D. Windows color (decimal): -4567842 or 14568634. OLE color: 14568634.

HSL color Cylindrical-coordinate representation of color #BA4CDE: hue angle of 285.21º degrees, saturation: 0.69, 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 #BA4CDE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 76 222 -
CMYK 0.16 0.66 0 0.13
HSL 285.21º 0.69% 0.58% -
HSV(B) 285.21º 0.66% 0.87% -
XYZ 36.02 20.88 71.24 -
YUV 125.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 186 76 222 0.16 0.66 0 0.13 285.21 0.69 0.58
Hex BA 4C DE 10 42 0 D 11D 45 3A
Octal 272 114 336 20 102 0 15 435 105 72
Binary 10111010 1001100 11011110 10000 1000010 0 1101 100011101 1000101 111010

Color Harmonies of #BA4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CDE

Black with #BA4CDE

Text Example


Text Example

White with #BA4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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