Html Css Color HEX #BA70CC Medium Orchid

📋 copy color: '#BA70CC'

red 186 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #BA70CC

Tints of Medium Orchid #BA70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 37.05%
G = 22.31%
B = 40.64%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA70CC (or 0xBA70CC) is known color: Medium Orchid. HEX triplet: BA, 70 and CC. RGB value is (186,112,204). Sum of RGB (Red+Green+Blue) = 186+112+204=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CC is #458F33. Grayscale: #909090. Windows color (decimal): -4558644 or 13398202. OLE color: 13398202.

HSL color Cylindrical-coordinate representation of color #BA70CC: hue angle of 288.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA70CC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 112 204 -
CMYK 0.09 0.45 0 0.2
HSL 288.26º 0.47% 0.62% -
HSV(B) 288.26º 0.45% 0.8% -
XYZ 36.94 26.39 60.27 -
YUV 144.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 186 112 204 0.09 0.45 0 0.2 288.26 0.47 0.62
Hex BA 70 CC 9 2D 0 14 120 2F 3E
Octal 272 160 314 11 55 0 24 440 57 76
Binary 10111010 1110000 11001100 1001 101101 0 10100 100100000 101111 111110

Color Harmonies of #BA70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70CC

Black with #BA70CC

Text Example


Text Example

White with #BA70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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