Html Css Color HEX #BA6BEB Medium Orchid

📋 copy color: '#BA6BEB'

red 186 ◦ green 107 ◦ blue 235

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

Shades of Medium Orchid #BA6BEB

Tints of Medium Orchid #BA6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 35.23%
G = 20.27%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA6BEB (or 0xBA6BEB) is known color: Medium Orchid. HEX triplet: BA, 6B and EB. RGB value is (186,107,235). Sum of RGB (Red+Green+Blue) = 186+107+235=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BEB is #459414. Grayscale: #909090. Windows color (decimal): -4559893 or 15428538. OLE color: 15428538.

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

Color convert

RGB 186 107 235 -
CMYK 0.21 0.54 0 0.08
HSL 277.03º 0.76% 0.67% -
HSV(B) 277.03º 0.54% 0.92% -
XYZ 40.5 26.95 81.66 -
YUV 145.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 186 107 235 0.21 0.54 0 0.08 277.03 0.76 0.67
Hex BA 6B EB 15 36 0 8 115 4C 43
Octal 272 153 353 25 66 0 10 425 114 103
Binary 10111010 1101011 11101011 10101 110110 0 1000 100010101 1001100 1000011

Color Harmonies of #BA6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BEB

Black with #BA6BEB

Text Example


Text Example

White with #BA6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BEB; }

 p { color: rgb(186,107,235); }

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

background-color css

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

 a { background-color: rgb(186,107,235); }

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

border-color css

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

 span { border-color: rgb(186,107,235); }

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