Html Css Color HEX #BA3CE7 Medium Orchid

📋 copy color: '#BA3CE7'

red 186 ◦ green 60 ◦ blue 231

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

Shades of Medium Orchid #BA3CE7

Tints of Medium Orchid #BA3CE7

RGB

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

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

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

R = 38.99%
G = 12.58%
B = 48.43%

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

#BA3CE7 (or 0xBA3CE7) is known color: Medium Orchid. HEX triplet: BA, 3C and E7. RGB value is (186,60,231). Sum of RGB (Red+Green+Blue) = 186+60+231=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA3CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CE7 is #45C318. Grayscale: #747474. Windows color (decimal): -4571929 or 15154362. OLE color: 15154362.

HSL color Cylindrical-coordinate representation of color #BA3CE7: hue angle of 284.21º 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 #BA3CE7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 60 231 -
CMYK 0.19 0.74 0 0.09
HSL 284.21º 0.78% 0.57% -
HSV(B) 284.21º 0.74% 0.91% -
XYZ 36.29 19.44 77.44 -
YUV 117.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 186 60 231 0.19 0.74 0 0.09 284.21 0.78 0.57
Hex BA 3C E7 13 4A 0 9 11C 4E 39
Octal 272 74 347 23 112 0 11 434 116 71
Binary 10111010 111100 11100111 10011 1001010 0 1001 100011100 1001110 111001

Color Harmonies of #BA3CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CE7

Black with #BA3CE7

Text Example


Text Example

White with #BA3CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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