Html Css Color HEX #BA33D5 Medium Orchid

📋 copy color: '#BA33D5'

red 186 ◦ green 51 ◦ blue 213

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

Shades of Medium Orchid #BA33D5

Tints of Medium Orchid #BA33D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 41.33%
G = 11.33%
B = 47.33%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA33D5 (or 0xBA33D5) is known color: Medium Orchid. HEX triplet: BA, 33 and D5. RGB value is (186,51,213). Sum of RGB (Red+Green+Blue) = 186+51+213=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33D5 is #45CC2A. Grayscale: #6D6D6D. Windows color (decimal): -4574251 or 13972410. OLE color: 13972410.

HSL color Cylindrical-coordinate representation of color #BA33D5: hue angle of 290º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA33D5 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 51 213 -
CMYK 0.13 0.76 0 0.16
HSL 290º 0.66% 0.52% -
HSV(B) 290º 0.76% 0.84% -
XYZ 33.44 17.61 64.59 -
YUV 109.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 186 51 213 0.13 0.76 0 0.16 290 0.66 0.52
Hex BA 33 D5 D 4C 0 10 122 42 34
Octal 272 63 325 15 114 0 20 442 102 64
Binary 10111010 110011 11010101 1101 1001100 0 10000 100100010 1000010 110100

Color Harmonies of #BA33D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33D5

Black with #BA33D5

Text Example


Text Example

White with #BA33D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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