Html Css Color HEX #BA4BEE Medium Orchid

📋 copy color: '#BA4BEE'

red 186 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #BA4BEE

Tints of Medium Orchid #BA4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 37.27%
G = 15.03%
B = 47.7%

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

#BA4BEE (or 0xBA4BEE) is known color: Medium Orchid. HEX triplet: BA, 4B and EE. RGB value is (186,75,238). Sum of RGB (Red+Green+Blue) = 186+75+238=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BEE is #45B411. Grayscale: #7E7E7E. Windows color (decimal): -4568082 or 15616954. OLE color: 15616954.

HSL color Cylindrical-coordinate representation of color #BA4BEE: hue angle of 280.86º degrees, saturation: 0.83, 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 #BA4BEE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 75 238 -
CMYK 0.22 0.68 0 0.07
HSL 280.86º 0.83% 0.61% -
HSV(B) 280.86º 0.68% 0.93% -
XYZ 38.2 21.64 83.05 -
YUV 126.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 186 75 238 0.22 0.68 0 0.07 280.86 0.83 0.61
Hex BA 4B EE 16 44 0 7 119 53 3D
Octal 272 113 356 26 104 0 7 431 123 75
Binary 10111010 1001011 11101110 10110 1000100 0 111 100011001 1010011 111101

Color Harmonies of #BA4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BEE

Black with #BA4BEE

Text Example


Text Example

White with #BA4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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