Html Css Color HEX #BA45CC Medium Orchid

📋 copy color: '#BA45CC'

red 186 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #BA45CC

Tints of Medium Orchid #BA45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 40.52%
G = 15.03%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA45CC (or 0xBA45CC) is known color: Medium Orchid. HEX triplet: BA, 45 and CC. RGB value is (186,69,204). Sum of RGB (Red+Green+Blue) = 186+69+204=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CC is #45BA33. Grayscale: #767676. Windows color (decimal): -4569652 or 13387194. OLE color: 13387194.

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

Color convert

RGB 186 69 204 -
CMYK 0.09 0.66 0 0.2
HSL 292º 0.57% 0.54% -
HSV(B) 292º 0.66% 0.8% -
XYZ 33.28 19.05 59.05 -
YUV 119.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 186 69 204 0.09 0.66 0 0.2 292 0.57 0.54
Hex BA 45 CC 9 42 0 14 124 39 36
Octal 272 105 314 11 102 0 24 444 71 66
Binary 10111010 1000101 11001100 1001 1000010 0 10100 100100100 111001 110110

Color Harmonies of #BA45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45CC

Black with #BA45CC

Text Example


Text Example

White with #BA45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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