Html Css Color HEX #BA32CC Medium Orchid

📋 copy color: '#BA32CC'

red 186 ◦ green 50 ◦ blue 204

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

Shades of Medium Orchid #BA32CC

Tints of Medium Orchid #BA32CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

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

R = 42.27%
G = 11.36%
B = 46.36%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA32CC (or 0xBA32CC) is known color: Medium Orchid. HEX triplet: BA, 32 and CC. RGB value is (186,50,204). Sum of RGB (Red+Green+Blue) = 186+50+204=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32CC is #45CD33. Grayscale: #6B6B6B. Windows color (decimal): -4574516 or 13382330. OLE color: 13382330.

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

Color convert

RGB 186 50 204 -
CMYK 0.09 0.75 0 0.2
HSL 292.99º 0.61% 0.5% -
HSV(B) 292.99º 0.75% 0.8% -
XYZ 32.29 17.08 58.72 -
YUV 108.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 186 50 204 0.09 0.75 0 0.2 292.99 0.61 0.5
Hex BA 32 CC 9 4B 0 14 125 3D 32
Octal 272 62 314 11 113 0 24 445 75 62
Binary 10111010 110010 11001100 1001 1001011 0 10100 100100101 111101 110010

Color Harmonies of #BA32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32CC

Black with #BA32CC

Text Example


Text Example

White with #BA32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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