Html Css Color HEX #BA71CC Medium Orchid

📋 copy color: '#BA71CC'

red 186 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #BA71CC

Tints of Medium Orchid #BA71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 36.98%
G = 22.47%
B = 40.56%

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

#BA71CC (or 0xBA71CC) is known color: Medium Orchid. HEX triplet: BA, 71 and CC. RGB value is (186,113,204). Sum of RGB (Red+Green+Blue) = 186+113+204=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CC is #458E33. Grayscale: #909090. Windows color (decimal): -4558388 or 13398458. OLE color: 13398458.

HSL color Cylindrical-coordinate representation of color #BA71CC: hue angle of 288.13º 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 #BA71CC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 113 204 -
CMYK 0.09 0.45 0 0.2
HSL 288.13º 0.47% 0.62% -
HSV(B) 288.13º 0.45% 0.8% -
XYZ 37.05 26.61 60.31 -
YUV 145.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 186 113 204 0.09 0.45 0 0.2 288.13 0.47 0.62
Hex BA 71 CC 9 2D 0 14 120 2F 3E
Octal 272 161 314 11 55 0 24 440 57 76
Binary 10111010 1110001 11001100 1001 101101 0 10100 100100000 101111 111110

Color Harmonies of #BA71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71CC

Black with #BA71CC

Text Example


Text Example

White with #BA71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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