Html Css Color HEX #BA5CCB Medium Orchid

📋 copy color: '#BA5CCB'

red 186 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #BA5CCB

Tints of Medium Orchid #BA5CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

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

R = 38.67%
G = 19.13%
B = 42.2%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA5CCB (or 0xBA5CCB) is known color: Medium Orchid. HEX triplet: BA, 5C and CB. RGB value is (186,92,203). Sum of RGB (Red+Green+Blue) = 186+92+203=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCB is #45A334. Grayscale: #848484. Windows color (decimal): -4563765 or 13327546. OLE color: 13327546.

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

Color convert

RGB 186 92 203 -
CMYK 0.08 0.55 0 0.20
HSL 290.81º 0.52% 0.58% -
HSV(B) 290.81º 0.55% 0.8% -
XYZ 34.86 22.41 58.99 -
YUV 132.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 186 92 203 0.08 0.55 0 0.20 290.81 0.52 0.58
Hex BA 5C CB 8 37 0 14 123 34 3A
Octal 272 134 313 10 67 0 24 443 64 72
Binary 10111010 1011100 11001011 1000 110111 0 10100 100100011 110100 111010

Color Harmonies of #BA5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CCB

Black with #BA5CCB

Text Example


Text Example

White with #BA5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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