Html Css Color HEX #BA6CEB Medium Orchid

📋 copy color: '#BA6CEB'

red 186 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #BA6CEB

Tints of Medium Orchid #BA6CEB

RGB

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

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

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

R = 35.16%
G = 20.42%
B = 44.42%

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

#BA6CEB (or 0xBA6CEB) is known color: Medium Orchid. HEX triplet: BA, 6C and EB. RGB value is (186,108,235). Sum of RGB (Red+Green+Blue) = 186+108+235=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEB is #459314. Grayscale: #919191. Windows color (decimal): -4559637 or 15428794. OLE color: 15428794.

HSL color Cylindrical-coordinate representation of color #BA6CEB: hue angle of 276.85º 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 #BA6CEB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 108 235 -
CMYK 0.21 0.54 0 0.08
HSL 276.85º 0.76% 0.67% -
HSV(B) 276.85º 0.54% 0.92% -
XYZ 40.61 27.16 81.7 -
YUV 145.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 186 108 235 0.21 0.54 0 0.08 276.85 0.76 0.67
Hex BA 6C EB 15 36 0 8 115 4C 43
Octal 272 154 353 25 66 0 10 425 114 103
Binary 10111010 1101100 11101011 10101 110110 0 1000 100010101 1001100 1000011

Color Harmonies of #BA6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CEB

Black with #BA6CEB

Text Example


Text Example

White with #BA6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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