Html Css Color HEX #BA36CF Medium Orchid

📋 copy color: '#BA36CF'

red 186 ◦ green 54 ◦ blue 207

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

Shades of Medium Orchid #BA36CF

Tints of Medium Orchid #BA36CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.08%

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 41.61%
G = 12.08%
B = 46.31%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA36CF (or 0xBA36CF) is known color: Medium Orchid. HEX triplet: BA, 36 and CF. RGB value is (186,54,207). Sum of RGB (Red+Green+Blue) = 186+54+207=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36CF is #45C930. Grayscale: #6E6E6E. Windows color (decimal): -4573489 or 13579962. OLE color: 13579962.

HSL color Cylindrical-coordinate representation of color #BA36CF: hue angle of 291.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA36CF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 54 207 -
CMYK 0.10 0.74 0 0.19
HSL 291.76º 0.61% 0.51% -
HSV(B) 291.76º 0.74% 0.81% -
XYZ 32.83 17.58 60.69 -
YUV 110.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 186 54 207 0.10 0.74 0 0.19 291.76 0.61 0.51
Hex BA 36 CF A 4A 0 13 124 3D 33
Octal 272 66 317 12 112 0 23 444 75 63
Binary 10111010 110110 11001111 1010 1001010 0 10011 100100100 111101 110011

Color Harmonies of #BA36CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36CF

Black with #BA36CF

Text Example


Text Example

White with #BA36CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36CF; }

 p { color: rgb(186,54,207); }

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

background-color css

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

 a { background-color: rgb(186,54,207); }

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

border-color css

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

 span { border-color: rgb(186,54,207); }

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