Html Css Color HEX #BA33CA Medium Orchid

📋 copy color: '#BA33CA'

red 186 ◦ green 51 ◦ blue 202

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

Shades of Medium Orchid #BA33CA

Tints of Medium Orchid #BA33CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 42.37%
G = 11.62%
B = 46.01%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA33CA (or 0xBA33CA) is known color: Medium Orchid. HEX triplet: BA, 33 and CA. RGB value is (186,51,202). Sum of RGB (Red+Green+Blue) = 186+51+202=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CA is #45CC35. Grayscale: #6C6C6C. Windows color (decimal): -4574262 or 13251514. OLE color: 13251514.

HSL color Cylindrical-coordinate representation of color #BA33CA: hue angle of 293.64º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33CA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 51 202 -
CMYK 0.08 0.75 0 0.21
HSL 293.64º 0.6% 0.5% -
HSV(B) 293.64º 0.75% 0.79% -
XYZ 32.09 17.07 57.48 -
YUV 108.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 186 51 202 0.08 0.75 0 0.21 293.64 0.6 0.5
Hex BA 33 CA 8 4B 0 15 126 3C 32
Octal 272 63 312 10 113 0 25 446 74 62
Binary 10111010 110011 11001010 1000 1001011 0 10101 100100110 111100 110010

Color Harmonies of #BA33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33CA

Black with #BA33CA

Text Example


Text Example

White with #BA33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33CA; }

 p { color: rgb(186,51,202); }

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

background-color css

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

 a { background-color: rgb(186,51,202); }

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

border-color css

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

 span { border-color: rgb(186,51,202); }

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