Html Css Color HEX #BA4CED Medium Orchid

📋 copy color: '#BA4CED'

red 186 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #BA4CED

Tints of Medium Orchid #BA4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 37.27%
G = 15.23%
B = 47.49%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4CED (or 0xBA4CED) is known color: Medium Orchid. HEX triplet: BA, 4C and ED. RGB value is (186,76,237). Sum of RGB (Red+Green+Blue) = 186+76+237=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CED is #45B312. Grayscale: #7E7E7E. Windows color (decimal): -4567827 or 15551674. OLE color: 15551674.

HSL color Cylindrical-coordinate representation of color #BA4CED: hue angle of 280.99º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4CED is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 76 237 -
CMYK 0.22 0.68 0 0.07
HSL 280.99º 0.82% 0.61% -
HSV(B) 280.99º 0.68% 0.93% -
XYZ 38.12 21.72 82.3 -
YUV 127.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 186 76 237 0.22 0.68 0 0.07 280.99 0.82 0.61
Hex BA 4C ED 16 44 0 7 119 52 3D
Octal 272 114 355 26 104 0 7 431 122 75
Binary 10111010 1001100 11101101 10110 1000100 0 111 100011001 1010010 111101

Color Harmonies of #BA4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CED

Black with #BA4CED

Text Example


Text Example

White with #BA4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CED; }

 p { color: rgb(186,76,237); }

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

background-color css

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

 a { background-color: rgb(186,76,237); }

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

border-color css

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

 span { border-color: rgb(186,76,237); }

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