Html Css Color HEX #BA4CEE Medium Orchid

📋 copy color: '#BA4CEE'

red 186 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #BA4CEE

Tints of Medium Orchid #BA4CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 37.2%
G = 15.2%
B = 47.6%

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

#BA4CEE (or 0xBA4CEE) is known color: Medium Orchid. HEX triplet: BA, 4C and EE. RGB value is (186,76,238). Sum of RGB (Red+Green+Blue) = 186+76+238=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEE is #45B311. Grayscale: #7E7E7E. Windows color (decimal): -4567826 or 15617210. OLE color: 15617210.

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

Color convert

RGB 186 76 238 -
CMYK 0.22 0.68 0 0.07
HSL 280.74º 0.83% 0.62% -
HSV(B) 280.74º 0.68% 0.93% -
XYZ 38.27 21.78 83.08 -
YUV 127.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 186 76 238 0.22 0.68 0 0.07 280.74 0.83 0.62
Hex BA 4C EE 16 44 0 7 119 53 3E
Octal 272 114 356 26 104 0 7 431 123 76
Binary 10111010 1001100 11101110 10110 1000100 0 111 100011001 1010011 111110

Color Harmonies of #BA4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CEE

Black with #BA4CEE

Text Example


Text Example

White with #BA4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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