Html Css Color HEX #BA33DA Medium Orchid

📋 copy color: '#BA33DA'

red 186 ◦ green 51 ◦ blue 218

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

Shades of Medium Orchid #BA33DA

Tints of Medium Orchid #BA33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 40.88%
G = 11.21%
B = 47.91%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA33DA (or 0xBA33DA) is known color: Medium Orchid. HEX triplet: BA, 33 and DA. RGB value is (186,51,218). Sum of RGB (Red+Green+Blue) = 186+51+218=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DA is #45CC25. Grayscale: #6D6D6D. Windows color (decimal): -4574246 or 14300090. OLE color: 14300090.

HSL color Cylindrical-coordinate representation of color #BA33DA: hue angle of 288.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA33DA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 51 218 -
CMYK 0.15 0.77 0 0.15
HSL 288.5º 0.69% 0.53% -
HSV(B) 288.5º 0.77% 0.85% -
XYZ 34.09 17.87 67.98 -
YUV 110.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 186 51 218 0.15 0.77 0 0.15 288.5 0.69 0.53
Hex BA 33 DA F 4D 0 F 121 45 35
Octal 272 63 332 17 115 0 17 441 105 65
Binary 10111010 110011 11011010 1111 1001101 0 1111 100100001 1000101 110101

Color Harmonies of #BA33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33DA

Black with #BA33DA

Text Example


Text Example

White with #BA33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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