Html Css Color HEX #BA6CEF Medium Orchid

📋 copy color: '#BA6CEF'

red 186 ◦ green 108 ◦ blue 239

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

Shades of Medium Orchid #BA6CEF

Tints of Medium Orchid #BA6CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 34.9%
G = 20.26%
B = 44.84%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA6CEF (or 0xBA6CEF) is known color: Medium Orchid. HEX triplet: BA, 6C and EF. RGB value is (186,108,239). Sum of RGB (Red+Green+Blue) = 186+108+239=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEF is #459310. Grayscale: #919191. Windows color (decimal): -4559633 or 15690938. OLE color: 15690938.

HSL color Cylindrical-coordinate representation of color #BA6CEF: hue angle of 275.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6CEF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 108 239 -
CMYK 0.22 0.55 0 0.06
HSL 275.73º 0.8% 0.68% -
HSV(B) 275.73º 0.55% 0.94% -
XYZ 41.19 27.4 84.78 -
YUV 146.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 186 108 239 0.22 0.55 0 0.06 275.73 0.8 0.68
Hex BA 6C EF 16 37 0 6 114 50 44
Octal 272 154 357 26 67 0 6 424 120 104
Binary 10111010 1101100 11101111 10110 110111 0 110 100010100 1010000 1000100

Color Harmonies of #BA6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CEF

Black with #BA6CEF

Text Example


Text Example

White with #BA6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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