Html Css Color HEX #BA67DF Medium Orchid

📋 copy color: '#BA67DF'

red 186 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #BA67DF

Tints of Medium Orchid #BA67DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 36.33%
G = 20.12%
B = 43.55%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA67DF (or 0xBA67DF) is known color: Medium Orchid. HEX triplet: BA, 67 and DF. RGB value is (186,103,223). Sum of RGB (Red+Green+Blue) = 186+103+223=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DF is #459820. Grayscale: #8D8D8D. Windows color (decimal): -4560929 or 14641082. OLE color: 14641082.

HSL color Cylindrical-coordinate representation of color #BA67DF: hue angle of 281.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA67DF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 103 223 -
CMYK 0.17 0.54 0 0.13
HSL 281.5º 0.65% 0.64% -
HSV(B) 281.5º 0.54% 0.87% -
XYZ 38.42 25.47 72.7 -
YUV 141.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 186 103 223 0.17 0.54 0 0.13 281.5 0.65 0.64
Hex BA 67 DF 11 36 0 D 11A 41 40
Octal 272 147 337 21 66 0 15 432 101 100
Binary 10111010 1100111 11011111 10001 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #BA67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67DF

Black with #BA67DF

Text Example


Text Example

White with #BA67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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