Html Css Color HEX #BA38DE Medium Orchid

📋 copy color: '#BA38DE'

red 186 ◦ green 56 ◦ blue 222

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

Shades of Medium Orchid #BA38DE

Tints of Medium Orchid #BA38DE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 40.09%
G = 12.07%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA38DE (or 0xBA38DE) is known color: Medium Orchid. HEX triplet: BA, 38 and DE. RGB value is (186,56,222). Sum of RGB (Red+Green+Blue) = 186+56+222=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA38DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38DE is #45C721. Grayscale: #717171. Windows color (decimal): -4572962 or 14563514. OLE color: 14563514.

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

Color convert

RGB 186 56 222 -
CMYK 0.16 0.75 0 0.13
HSL 286.99º 0.72% 0.55% -
HSV(B) 286.99º 0.75% 0.87% -
XYZ 34.85 18.54 70.85 -
YUV 113.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 186 56 222 0.16 0.75 0 0.13 286.99 0.72 0.55
Hex BA 38 DE 10 4B 0 D 11F 48 37
Octal 272 70 336 20 113 0 15 437 110 67
Binary 10111010 111000 11011110 10000 1001011 0 1101 100011111 1001000 110111

Color Harmonies of #BA38DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38DE

Black with #BA38DE

Text Example


Text Example

White with #BA38DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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