Html Css Color HEX #BA70EA Medium Orchid

📋 copy color: '#BA70EA'

red 186 ◦ green 112 ◦ blue 234

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

Shades of Medium Orchid #BA70EA

Tints of Medium Orchid #BA70EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.05%

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

R = 34.96%
G = 21.05%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA70EA (or 0xBA70EA) is known color: Medium Orchid. HEX triplet: BA, 70 and EA. RGB value is (186,112,234). Sum of RGB (Red+Green+Blue) = 186+112+234=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70EA is #458F15. Grayscale: #939393. Windows color (decimal): -4558614 or 15364282. OLE color: 15364282.

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

Color convert

RGB 186 112 234 -
CMYK 0.21 0.52 0 0.08
HSL 276.39º 0.74% 0.68% -
HSV(B) 276.39º 0.52% 0.92% -
XYZ 40.9 27.97 81.08 -
YUV 148.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 186 112 234 0.21 0.52 0 0.08 276.39 0.74 0.68
Hex BA 70 EA 15 34 0 8 114 4A 44
Octal 272 160 352 25 64 0 10 424 112 104
Binary 10111010 1110000 11101010 10101 110100 0 1000 100010100 1001010 1000100

Color Harmonies of #BA70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70EA

Black with #BA70EA

Text Example


Text Example

White with #BA70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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