Html Css Color HEX #BA43CB Medium Orchid

📋 copy color: '#BA43CB'

red 186 ◦ green 67 ◦ blue 203

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

Shades of Medium Orchid #BA43CB

Tints of Medium Orchid #BA43CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 40.79%
G = 14.69%
B = 44.52%

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

#BA43CB (or 0xBA43CB) is known color: Medium Orchid. HEX triplet: BA, 43 and CB. RGB value is (186,67,203). Sum of RGB (Red+Green+Blue) = 186+67+203=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CB is #45BC34. Grayscale: #757575. Windows color (decimal): -4570165 or 13321146. OLE color: 13321146.

HSL color Cylindrical-coordinate representation of color #BA43CB: hue angle of 292.5º degrees, saturation: 0.57, 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 #BA43CB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 67 203 -
CMYK 0.08 0.67 0 0.20
HSL 292.5º 0.57% 0.53% -
HSV(B) 292.5º 0.67% 0.8% -
XYZ 33.04 18.77 58.38 -
YUV 118.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 186 67 203 0.08 0.67 0 0.20 292.5 0.57 0.53
Hex BA 43 CB 8 43 0 14 124 39 35
Octal 272 103 313 10 103 0 24 444 71 65
Binary 10111010 1000011 11001011 1000 1000011 0 10100 100100100 111001 110101

Color Harmonies of #BA43CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43CB

Black with #BA43CB

Text Example


Text Example

White with #BA43CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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