Html Css Color HEX #BA70DA Medium Orchid

📋 copy color: '#BA70DA'

red 186 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #BA70DA

Tints of Medium Orchid #BA70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 36.05%
G = 21.71%
B = 42.25%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA70DA (or 0xBA70DA) is known color: Medium Orchid. HEX triplet: BA, 70 and DA. RGB value is (186,112,218). Sum of RGB (Red+Green+Blue) = 186+112+218=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DA is #458F25. Grayscale: #919191. Windows color (decimal): -4558630 or 14315706. OLE color: 14315706.

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

Color convert

RGB 186 112 218 -
CMYK 0.15 0.49 0 0.15
HSL 281.89º 0.59% 0.65% -
HSV(B) 281.89º 0.49% 0.85% -
XYZ 38.7 27.09 69.52 -
YUV 146.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 186 112 218 0.15 0.49 0 0.15 281.89 0.59 0.65
Hex BA 70 DA F 31 0 F 11A 3B 41
Octal 272 160 332 17 61 0 17 432 73 101
Binary 10111010 1110000 11011010 1111 110001 0 1111 100011010 111011 1000001

Color Harmonies of #BA70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70DA

Black with #BA70DA

Text Example


Text Example

White with #BA70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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