Html Css Color HEX #BA4BCC Medium Orchid

📋 copy color: '#BA4BCC'

red 186 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #BA4BCC

Tints of Medium Orchid #BA4BCC

RGB

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

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

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

R = 40%
G = 16.13%
B = 43.87%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA4BCC (or 0xBA4BCC) is known color: Medium Orchid. HEX triplet: BA, 4B and CC. RGB value is (186,75,204). Sum of RGB (Red+Green+Blue) = 186+75+204=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCC is #45B433. Grayscale: #7A7A7A. Windows color (decimal): -4568116 or 13388730. OLE color: 13388730.

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

Color convert

RGB 186 75 204 -
CMYK 0.09 0.63 0 0.2
HSL 291.63º 0.56% 0.55% -
HSV(B) 291.63º 0.63% 0.8% -
XYZ 33.66 19.83 59.18 -
YUV 122.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 186 75 204 0.09 0.63 0 0.2 291.63 0.56 0.55
Hex BA 4B CC 9 3F 0 14 124 38 37
Octal 272 113 314 11 77 0 24 444 70 67
Binary 10111010 1001011 11001100 1001 111111 0 10100 100100100 111000 110111

Color Harmonies of #BA4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BCC

Black with #BA4BCC

Text Example


Text Example

White with #BA4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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