#BA35CB

Color #BA35CB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA35CB

Tints of Medium Orchid #BA35CB

Color information

#BA35CB (or 0xBA35CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and CB. RGB value is (186,53,203). Sum of RGB (Red+Green+Blue) = 186+53+203=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CB is #45CA34. Grayscale: #6D6D6D. Windows color (decimal): -4573749 or 13317562. OLE color: 13317562.

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

Color convert

RGB18653203-
CMYK0.080.7400.20
HSL293.2º59.06%50.2%-
HSV(B)293.2º73.89%79.61%-
XYZ32.317.358.14-
YUV109.87180.56182.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 53 (21.09% from 255) = 11.99%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=42.08%
G=11.99%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186532030.080.7400.20293.259.0650.2
HexBA35CB84A0141253b32
Octal27265313101120244457362
Binary101110101101011100101110001001010010100100100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35CB; }

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

 H1.HeaderClassName
 {
   color: #BA35CB;
 }
 .AnyTagClassName
 {
   color: #BA35CB;
 }
</style>
background-color css

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

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

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

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

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

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