Html Css Color HEX #BA44CB Medium Orchid

📋 copy color: '#BA44CB'

red 186 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #BA44CB

Tints of Medium Orchid #BA44CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 40.7%
G = 14.88%
B = 44.42%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA44CB (or 0xBA44CB) is known color: Medium Orchid. HEX triplet: BA, 44 and CB. RGB value is (186,68,203). Sum of RGB (Red+Green+Blue) = 186+68+203=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44CB is #45BB34. Grayscale: #767676. Windows color (decimal): -4569909 or 13321402. OLE color: 13321402.

HSL color Cylindrical-coordinate representation of color #BA44CB: hue angle of 292.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA44CB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 68 203 -
CMYK 0.08 0.67 0 0.20
HSL 292.44º 0.56% 0.53% -
HSV(B) 292.44º 0.67% 0.8% -
XYZ 33.1 18.89 58.4 -
YUV 118.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 186 68 203 0.08 0.67 0 0.20 292.44 0.56 0.53
Hex BA 44 CB 8 43 0 14 124 38 35
Octal 272 104 313 10 103 0 24 444 70 65
Binary 10111010 1000100 11001011 1000 1000011 0 10100 100100100 111000 110101

Color Harmonies of #BA44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44CB

Black with #BA44CB

Text Example


Text Example

White with #BA44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44CB; }

 p { color: rgb(186,68,203); }

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

background-color css

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

 a { background-color: rgb(186,68,203); }

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

border-color css

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

 span { border-color: rgb(186,68,203); }

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