Html Css Color HEX #BA74CB Medium Orchid

📋 copy color: '#BA74CB'

red 186 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #BA74CB

Tints of Medium Orchid #BA74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.97%

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

R = 36.83%
G = 22.97%
B = 40.2%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA74CB (or 0xBA74CB) is known color: Medium Orchid. HEX triplet: BA, 74 and CB. RGB value is (186,116,203). Sum of RGB (Red+Green+Blue) = 186+116+203=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CB is #458B34. Grayscale: #929292. Windows color (decimal): -4557621 or 13333690. OLE color: 13333690.

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

Color convert

RGB 186 116 203 -
CMYK 0.08 0.43 0 0.20
HSL 288.28º 0.46% 0.63% -
HSV(B) 288.28º 0.43% 0.8% -
XYZ 37.27 27.24 59.79 -
YUV 146.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 186 116 203 0.08 0.43 0 0.20 288.28 0.46 0.63
Hex BA 74 CB 8 2B 0 14 120 2E 3F
Octal 272 164 313 10 53 0 24 440 56 77
Binary 10111010 1110100 11001011 1000 101011 0 10100 100100000 101110 111111

Color Harmonies of #BA74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74CB

Black with #BA74CB

Text Example


Text Example

White with #BA74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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