Html Css Color HEX #BA6CEC Medium Orchid

📋 copy color: '#BA6CEC'

red 186 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #BA6CEC

Tints of Medium Orchid #BA6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 35.09%
G = 20.38%
B = 44.53%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6CEC (or 0xBA6CEC) is known color: Medium Orchid. HEX triplet: BA, 6C and EC. RGB value is (186,108,236). Sum of RGB (Red+Green+Blue) = 186+108+236=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEC is #459313. Grayscale: #919191. Windows color (decimal): -4559636 or 15494330. OLE color: 15494330.

HSL color Cylindrical-coordinate representation of color #BA6CEC: hue angle of 276.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6CEC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 108 236 -
CMYK 0.21 0.54 0 0.07
HSL 276.56º 0.77% 0.67% -
HSV(B) 276.56º 0.54% 0.93% -
XYZ 40.75 27.22 82.46 -
YUV 145.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 186 108 236 0.21 0.54 0 0.07 276.56 0.77 0.67
Hex BA 6C EC 15 36 0 7 115 4D 43
Octal 272 154 354 25 66 0 7 425 115 103
Binary 10111010 1101100 11101100 10101 110110 0 111 100010101 1001101 1000011

Color Harmonies of #BA6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CEC

Black with #BA6CEC

Text Example


Text Example

White with #BA6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CEC; }

 p { color: rgb(186,108,236); }

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

background-color css

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

 a { background-color: rgb(186,108,236); }

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

border-color css

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

 span { border-color: rgb(186,108,236); }

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