Html Css Color HEX #BA6BE4 Medium Orchid

📋 copy color: '#BA6BE4'

red 186 ◦ green 107 ◦ blue 228

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

Shades of Medium Orchid #BA6BE4

Tints of Medium Orchid #BA6BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 35.7%
G = 20.54%
B = 43.76%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA6BE4 (or 0xBA6BE4) is known color: Medium Orchid. HEX triplet: BA, 6B and E4. RGB value is (186,107,228). Sum of RGB (Red+Green+Blue) = 186+107+228=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA6BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BE4 is #45941B. Grayscale: #909090. Windows color (decimal): -4559900 or 14969786. OLE color: 14969786.

HSL color Cylindrical-coordinate representation of color #BA6BE4: hue angle of 279.17º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6BE4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 107 228 -
CMYK 0.18 0.53 0 0.11
HSL 279.17º 0.69% 0.66% -
HSV(B) 279.17º 0.53% 0.89% -
XYZ 39.51 26.56 76.44 -
YUV 144.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 186 107 228 0.18 0.53 0 0.11 279.17 0.69 0.66
Hex BA 6B E4 12 35 0 B 117 45 42
Octal 272 153 344 22 65 0 13 427 105 102
Binary 10111010 1101011 11100100 10010 110101 0 1011 100010111 1000101 1000010

Color Harmonies of #BA6BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BE4

Black with #BA6BE4

Text Example


Text Example

White with #BA6BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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