Html Css Color HEX #BA40CB Medium Orchid

📋 copy color: '#BA40CB'

red 186 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #BA40CB

Tints of Medium Orchid #BA40CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 41.06%
G = 14.13%
B = 44.81%

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

#BA40CB (or 0xBA40CB) is known color: Medium Orchid. HEX triplet: BA, 40 and CB. RGB value is (186,64,203). Sum of RGB (Red+Green+Blue) = 186+64+203=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CB is #45BF34. Grayscale: #737373. Windows color (decimal): -4570933 or 13320378. OLE color: 13320378.

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

Color convert

RGB 186 64 203 -
CMYK 0.08 0.68 0 0.20
HSL 292.66º 0.57% 0.52% -
HSV(B) 292.66º 0.68% 0.8% -
XYZ 32.86 18.42 58.32 -
YUV 116.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 186 64 203 0.08 0.68 0 0.20 292.66 0.57 0.52
Hex BA 40 CB 8 44 0 14 125 39 34
Octal 272 100 313 10 104 0 24 445 71 64
Binary 10111010 1000000 11001011 1000 1000100 0 10100 100100101 111001 110100

Color Harmonies of #BA40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40CB

Black with #BA40CB

Text Example


Text Example

White with #BA40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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