Html Css Color HEX #BA72EA Medium Orchid

📋 copy color: '#BA72EA'

red 186 ◦ green 114 ◦ blue 234

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

Shades of Medium Orchid #BA72EA

Tints of Medium Orchid #BA72EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 34.83%
G = 21.35%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA72EA (or 0xBA72EA) is known color: Medium Orchid. HEX triplet: BA, 72 and EA. RGB value is (186,114,234). Sum of RGB (Red+Green+Blue) = 186+114+234=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EA is #458D15. Grayscale: #949494. Windows color (decimal): -4558102 or 15364794. OLE color: 15364794.

HSL color Cylindrical-coordinate representation of color #BA72EA: hue angle of 276º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA72EA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 114 234 -
CMYK 0.21 0.51 0 0.08
HSL 276º 0.74% 0.68% -
HSV(B) 276º 0.51% 0.92% -
XYZ 41.12 28.41 81.16 -
YUV 149.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 186 114 234 0.21 0.51 0 0.08 276 0.74 0.68
Hex BA 72 EA 15 33 0 8 114 4A 44
Octal 272 162 352 25 63 0 10 424 112 104
Binary 10111010 1110010 11101010 10101 110011 0 1000 100010100 1001010 1000100

Color Harmonies of #BA72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72EA

Black with #BA72EA

Text Example


Text Example

White with #BA72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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