Html Css Color HEX #BA3BE7 Medium Orchid

📋 copy color: '#BA3BE7'

red 186 ◦ green 59 ◦ blue 231

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

Shades of Medium Orchid #BA3BE7

Tints of Medium Orchid #BA3BE7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.39%

 BLUE value IS 231 (90.63% from 255) = 48.53%

R = 39.08%
G = 12.39%
B = 48.53%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA3BE7 (or 0xBA3BE7) is known color: Medium Orchid. HEX triplet: BA, 3B and E7. RGB value is (186,59,231). Sum of RGB (Red+Green+Blue) = 186+59+231=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA3BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BE7 is #45C418. Grayscale: #747474. Windows color (decimal): -4572185 or 15154106. OLE color: 15154106.

HSL color Cylindrical-coordinate representation of color #BA3BE7: hue angle of 284.3º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3BE7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 59 231 -
CMYK 0.19 0.74 0 0.09
HSL 284.3º 0.78% 0.57% -
HSV(B) 284.3º 0.74% 0.91% -
XYZ 36.24 19.34 77.42 -
YUV 116.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 186 59 231 0.19 0.74 0 0.09 284.3 0.78 0.57
Hex BA 3B E7 13 4A 0 9 11C 4E 39
Octal 272 73 347 23 112 0 11 434 116 71
Binary 10111010 111011 11100111 10011 1001010 0 1001 100011100 1001110 111001

Color Harmonies of #BA3BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BE7

Black with #BA3BE7

Text Example


Text Example

White with #BA3BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BE7; }

 p { color: rgb(186,59,231); }

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

background-color css

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

 a { background-color: rgb(186,59,231); }

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

border-color css

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

 span { border-color: rgb(186,59,231); }

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