Html Css Color HEX #BA41CB Medium Orchid

📋 copy color: '#BA41CB'

red 186 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #BA41CB

Tints of Medium Orchid #BA41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.32%

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

R = 40.97%
G = 14.32%
B = 44.71%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA41CB (or 0xBA41CB) is known color: Medium Orchid. HEX triplet: BA, 41 and CB. RGB value is (186,65,203). Sum of RGB (Red+Green+Blue) = 186+65+203=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CB is #45BE34. Grayscale: #747474. Windows color (decimal): -4570677 or 13320634. OLE color: 13320634.

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

Color convert

RGB 186 65 203 -
CMYK 0.08 0.68 0 0.20
HSL 292.61º 0.57% 0.53% -
HSV(B) 292.61º 0.68% 0.8% -
XYZ 32.92 18.53 58.34 -
YUV 116.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 186 65 203 0.08 0.68 0 0.20 292.61 0.57 0.53
Hex BA 41 CB 8 44 0 14 125 39 35
Octal 272 101 313 10 104 0 24 445 71 65
Binary 10111010 1000001 11001011 1000 1000100 0 10100 100100101 111001 110101

Color Harmonies of #BA41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41CB

Black with #BA41CB

Text Example


Text Example

White with #BA41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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