Html Css Color HEX #BA4BCF Medium Orchid

📋 copy color: '#BA4BCF'

red 186 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #BA4BCF

Tints of Medium Orchid #BA4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.03%

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

R = 39.74%
G = 16.03%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA4BCF (or 0xBA4BCF) is known color: Medium Orchid. HEX triplet: BA, 4B and CF. RGB value is (186,75,207). Sum of RGB (Red+Green+Blue) = 186+75+207=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCF is #45B430. Grayscale: #7A7A7A. Windows color (decimal): -4568113 or 13585338. OLE color: 13585338.

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

Color convert

RGB 186 75 207 -
CMYK 0.10 0.64 0 0.19
HSL 290.45º 0.58% 0.55% -
HSV(B) 290.45º 0.64% 0.81% -
XYZ 34.03 19.98 61.09 -
YUV 123.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 186 75 207 0.10 0.64 0 0.19 290.45 0.58 0.55
Hex BA 4B CF A 40 0 13 122 3A 37
Octal 272 113 317 12 100 0 23 442 72 67
Binary 10111010 1001011 11001111 1010 1000000 0 10011 100100010 111010 110111

Color Harmonies of #BA4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BCF

Black with #BA4BCF

Text Example


Text Example

White with #BA4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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