Html Css Color HEX #BA33CD Medium Orchid

📋 copy color: '#BA33CD'

red 186 ◦ green 51 ◦ blue 205

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

Shades of Medium Orchid #BA33CD

Tints of Medium Orchid #BA33CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 42.08%
G = 11.54%
B = 46.38%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA33CD (or 0xBA33CD) is known color: Medium Orchid. HEX triplet: BA, 33 and CD. RGB value is (186,51,205). Sum of RGB (Red+Green+Blue) = 186+51+205=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA33CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CD is #45CC32. Grayscale: #6C6C6C. Windows color (decimal): -4574259 or 13448122. OLE color: 13448122.

HSL color Cylindrical-coordinate representation of color #BA33CD: hue angle of 292.6º 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 #BA33CD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 51 205 -
CMYK 0.09 0.75 0 0.20
HSL 292.6º 0.61% 0.5% -
HSV(B) 292.6º 0.75% 0.8% -
XYZ 32.45 17.21 59.37 -
YUV 108.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 186 51 205 0.09 0.75 0 0.20 292.6 0.61 0.5
Hex BA 33 CD 9 4B 0 14 125 3D 32
Octal 272 63 315 11 113 0 24 445 75 62
Binary 10111010 110011 11001101 1001 1001011 0 10100 100100101 111101 110010

Color Harmonies of #BA33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33CD

Black with #BA33CD

Text Example


Text Example

White with #BA33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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