Html Css Color HEX #BA67E9 Medium Orchid

📋 copy color: '#BA67E9'

red 186 ◦ green 103 ◦ blue 233

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

Shades of Medium Orchid #BA67E9

Tints of Medium Orchid #BA67E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 35.63%
G = 19.73%
B = 44.64%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA67E9 (or 0xBA67E9) is known color: Medium Orchid. HEX triplet: BA, 67 and E9. RGB value is (186,103,233). Sum of RGB (Red+Green+Blue) = 186+103+233=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67E9 is #459816. Grayscale: #8E8E8E. Windows color (decimal): -4560919 or 15296442. OLE color: 15296442.

HSL color Cylindrical-coordinate representation of color #BA67E9: hue angle of 278.31º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA67E9 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 103 233 -
CMYK 0.20 0.56 0 0.09
HSL 278.31º 0.75% 0.66% -
HSV(B) 278.31º 0.56% 0.91% -
XYZ 39.81 26.02 80.02 -
YUV 142.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 186 103 233 0.20 0.56 0 0.09 278.31 0.75 0.66
Hex BA 67 E9 14 38 0 9 116 4B 42
Octal 272 147 351 24 70 0 11 426 113 102
Binary 10111010 1100111 11101001 10100 111000 0 1001 100010110 1001011 1000010

Color Harmonies of #BA67E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67E9

Black with #BA67E9

Text Example


Text Example

White with #BA67E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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