Html Css Color HEX #BA70CF Medium Orchid

📋 copy color: '#BA70CF'

red 186 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #BA70CF

Tints of Medium Orchid #BA70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 36.83%
G = 22.18%
B = 40.99%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA70CF (or 0xBA70CF) is known color: Medium Orchid. HEX triplet: BA, 70 and CF. RGB value is (186,112,207). Sum of RGB (Red+Green+Blue) = 186+112+207=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CF is #458F30. Grayscale: #909090. Windows color (decimal): -4558641 or 13594810. OLE color: 13594810.

HSL color Cylindrical-coordinate representation of color #BA70CF: hue angle of 286.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA70CF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 112 207 -
CMYK 0.10 0.46 0 0.19
HSL 286.74º 0.5% 0.63% -
HSV(B) 286.74º 0.46% 0.81% -
XYZ 37.31 26.53 62.19 -
YUV 144.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 186 112 207 0.10 0.46 0 0.19 286.74 0.5 0.63
Hex BA 70 CF A 2E 0 13 11F 32 3F
Octal 272 160 317 12 56 0 23 437 62 77
Binary 10111010 1110000 11001111 1010 101110 0 10011 100011111 110010 111111

Color Harmonies of #BA70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70CF

Black with #BA70CF

Text Example


Text Example

White with #BA70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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