Html Css Color HEX #BA67EF Medium Orchid

📋 copy color: '#BA67EF'

red 186 ◦ green 103 ◦ blue 239

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

Shades of Medium Orchid #BA67EF

Tints of Medium Orchid #BA67EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.51%

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

R = 35.23%
G = 19.51%
B = 45.27%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA67EF (or 0xBA67EF) is known color: Medium Orchid. HEX triplet: BA, 67 and EF. RGB value is (186,103,239). Sum of RGB (Red+Green+Blue) = 186+103+239=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EF is #459810. Grayscale: #8E8E8E. Windows color (decimal): -4560913 or 15689658. OLE color: 15689658.

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

Color convert

RGB 186 103 239 -
CMYK 0.22 0.57 0 0.06
HSL 276.62º 0.81% 0.67% -
HSV(B) 276.62º 0.57% 0.94% -
XYZ 40.68 26.37 84.61 -
YUV 143.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 186 103 239 0.22 0.57 0 0.06 276.62 0.81 0.67
Hex BA 67 EF 16 39 0 6 115 51 43
Octal 272 147 357 26 71 0 6 425 121 103
Binary 10111010 1100111 11101111 10110 111001 0 110 100010101 1010001 1000011

Color Harmonies of #BA67EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67EF

Black with #BA67EF

Text Example


Text Example

White with #BA67EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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