Html Css Color HEX #BA40CF Medium Orchid

📋 copy color: '#BA40CF'

red 186 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #BA40CF

Tints of Medium Orchid #BA40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14%

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

R = 40.7%
G = 14%
B = 45.3%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA40CF (or 0xBA40CF) is known color: Medium Orchid. HEX triplet: BA, 40 and CF. RGB value is (186,64,207). Sum of RGB (Red+Green+Blue) = 186+64+207=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CF is #45BF30. Grayscale: #747474. Windows color (decimal): -4570929 or 13582522. OLE color: 13582522.

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

Color convert

RGB 186 64 207 -
CMYK 0.10 0.69 0 0.19
HSL 291.19º 0.6% 0.53% -
HSV(B) 291.19º 0.69% 0.81% -
XYZ 33.35 18.61 60.87 -
YUV 116.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 186 64 207 0.10 0.69 0 0.19 291.19 0.6 0.53
Hex BA 40 CF A 45 0 13 123 3C 35
Octal 272 100 317 12 105 0 23 443 74 65
Binary 10111010 1000000 11001111 1010 1000101 0 10011 100100011 111100 110101

Color Harmonies of #BA40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40CF

Black with #BA40CF

Text Example


Text Example

White with #BA40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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