Html Css Color HEX #BA72E6 Medium Orchid

📋 copy color: '#BA72E6'

red 186 ◦ green 114 ◦ blue 230

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

Shades of Medium Orchid #BA72E6

Tints of Medium Orchid #BA72E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 35.09%
G = 21.51%
B = 43.4%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA72E6 (or 0xBA72E6) is known color: Medium Orchid. HEX triplet: BA, 72 and E6. RGB value is (186,114,230). Sum of RGB (Red+Green+Blue) = 186+114+230=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72E6 is #458D19. Grayscale: #949494. Windows color (decimal): -4558106 or 15102650. OLE color: 15102650.

HSL color Cylindrical-coordinate representation of color #BA72E6: hue angle of 277.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA72E6 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 114 230 -
CMYK 0.19 0.50 0 0.10
HSL 277.24º 0.7% 0.67% -
HSV(B) 277.24º 0.5% 0.9% -
XYZ 40.55 28.19 78.17 -
YUV 148.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 186 114 230 0.19 0.50 0 0.10 277.24 0.7 0.67
Hex BA 72 E6 13 32 0 A 115 46 43
Octal 272 162 346 23 62 0 12 425 106 103
Binary 10111010 1110010 11100110 10011 110010 0 1010 100010101 1000110 1000011

Color Harmonies of #BA72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72E6

Black with #BA72E6

Text Example


Text Example

White with #BA72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72E6; }

 p { color: rgb(186,114,230); }

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

background-color css

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

 a { background-color: rgb(186,114,230); }

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

border-color css

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

 span { border-color: rgb(186,114,230); }

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