Html Css Color HEX #BA4BD8 Medium Orchid

📋 copy color: '#BA4BD8'

red 186 ◦ green 75 ◦ blue 216

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

Shades of Medium Orchid #BA4BD8

Tints of Medium Orchid #BA4BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 38.99%
G = 15.72%
B = 45.28%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4BD8 (or 0xBA4BD8) is known color: Medium Orchid. HEX triplet: BA, 4B and D8. RGB value is (186,75,216). Sum of RGB (Red+Green+Blue) = 186+75+216=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA4BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BD8 is #45B427. Grayscale: #7B7B7B. Windows color (decimal): -4568104 or 14175162. OLE color: 14175162.

HSL color Cylindrical-coordinate representation of color #BA4BD8: hue angle of 287.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4BD8 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 75 216 -
CMYK 0.14 0.65 0 0.15
HSL 287.23º 0.64% 0.57% -
HSV(B) 287.23º 0.65% 0.85% -
XYZ 35.16 20.43 67.06 -
YUV 124.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 186 75 216 0.14 0.65 0 0.15 287.23 0.64 0.57
Hex BA 4B D8 E 41 0 F 11F 40 39
Octal 272 113 330 16 101 0 17 437 100 71
Binary 10111010 1001011 11011000 1110 1000001 0 1111 100011111 1000000 111001

Color Harmonies of #BA4BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BD8

Black with #BA4BD8

Text Example


Text Example

White with #BA4BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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