Html Css Color HEX #BA54CB Medium Orchid

📋 copy color: '#BA54CB'

red 186 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #BA54CB

Tints of Medium Orchid #BA54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 39.32%
G = 17.76%
B = 42.92%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA54CB (or 0xBA54CB) is known color: Medium Orchid. HEX triplet: BA, 54 and CB. RGB value is (186,84,203). Sum of RGB (Red+Green+Blue) = 186+84+203=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54CB is #45AB34. Grayscale: #7F7F7F. Windows color (decimal): -4565813 or 13325498. OLE color: 13325498.

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

Color convert

RGB 186 84 203 -
CMYK 0.08 0.59 0 0.20
HSL 291.43º 0.53% 0.56% -
HSV(B) 291.43º 0.59% 0.8% -
XYZ 34.2 21.09 58.77 -
YUV 128.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 186 84 203 0.08 0.59 0 0.20 291.43 0.53 0.56
Hex BA 54 CB 8 3B 0 14 123 35 38
Octal 272 124 313 10 73 0 24 443 65 70
Binary 10111010 1010100 11001011 1000 111011 0 10100 100100011 110101 111000

Color Harmonies of #BA54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54CB

Black with #BA54CB

Text Example


Text Example

White with #BA54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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