Html Css Color HEX #BA6FED Medium Orchid

📋 copy color: '#BA6FED'

red 186 ◦ green 111 ◦ blue 237

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

Shades of Medium Orchid #BA6FED

Tints of Medium Orchid #BA6FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 34.83%
G = 20.79%
B = 44.38%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6FED (or 0xBA6FED) is known color: Medium Orchid. HEX triplet: BA, 6F and ED. RGB value is (186,111,237). Sum of RGB (Red+Green+Blue) = 186+111+237=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FED is #459012. Grayscale: #939393. Windows color (decimal): -4558867 or 15560634. OLE color: 15560634.

HSL color Cylindrical-coordinate representation of color #BA6FED: hue angle of 275.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6FED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 111 237 -
CMYK 0.22 0.53 0 0.07
HSL 275.71º 0.78% 0.68% -
HSV(B) 275.71º 0.53% 0.93% -
XYZ 41.22 27.92 83.34 -
YUV 147.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 186 111 237 0.22 0.53 0 0.07 275.71 0.78 0.68
Hex BA 6F ED 16 35 0 7 114 4E 44
Octal 272 157 355 26 65 0 7 424 116 104
Binary 10111010 1101111 11101101 10110 110101 0 111 100010100 1001110 1000100

Color Harmonies of #BA6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FED

Black with #BA6FED

Text Example


Text Example

White with #BA6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FED; }

 p { color: rgb(186,111,237); }

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

background-color css

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

 a { background-color: rgb(186,111,237); }

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

border-color css

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

 span { border-color: rgb(186,111,237); }

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