Html Css Color HEX #BA3CEE Medium Orchid

📋 copy color: '#BA3CEE'

red 186 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #BA3CEE

Tints of Medium Orchid #BA3CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

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

R = 38.43%
G = 12.4%
B = 49.17%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3CEE (or 0xBA3CEE) is known color: Medium Orchid. HEX triplet: BA, 3C and EE. RGB value is (186,60,238). Sum of RGB (Red+Green+Blue) = 186+60+238=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CEE is #45C311. Grayscale: #757575. Windows color (decimal): -4571922 or 15613114. OLE color: 15613114.

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

Color convert

RGB 186 60 238 -
CMYK 0.22 0.75 0 0.07
HSL 282.47º 0.84% 0.58% -
HSV(B) 282.47º 0.75% 0.93% -
XYZ 37.3 19.84 82.75 -
YUV 117.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 186 60 238 0.22 0.75 0 0.07 282.47 0.84 0.58
Hex BA 3C EE 16 4B 0 7 11A 54 3A
Octal 272 74 356 26 113 0 7 432 124 72
Binary 10111010 111100 11101110 10110 1001011 0 111 100011010 1010100 111010

Color Harmonies of #BA3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CEE

Black with #BA3CEE

Text Example


Text Example

White with #BA3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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