Html Css Color HEX #BA67DB Medium Orchid

📋 copy color: '#BA67DB'

red 186 ◦ green 103 ◦ blue 219

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

Shades of Medium Orchid #BA67DB

Tints of Medium Orchid #BA67DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 36.61%
G = 20.28%
B = 43.11%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA67DB (or 0xBA67DB) is known color: Medium Orchid. HEX triplet: BA, 67 and DB. RGB value is (186,103,219). Sum of RGB (Red+Green+Blue) = 186+103+219=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DB is #459824. Grayscale: #8C8C8C. Windows color (decimal): -4560933 or 14378938. OLE color: 14378938.

HSL color Cylindrical-coordinate representation of color #BA67DB: hue angle of 282.93º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA67DB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 103 219 -
CMYK 0.15 0.53 0 0.14
HSL 282.93º 0.62% 0.63% -
HSV(B) 282.93º 0.53% 0.86% -
XYZ 37.89 25.25 69.9 -
YUV 141.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 186 103 219 0.15 0.53 0 0.14 282.93 0.62 0.63
Hex BA 67 DB F 35 0 E 11B 3E 3F
Octal 272 147 333 17 65 0 16 433 76 77
Binary 10111010 1100111 11011011 1111 110101 0 1110 100011011 111110 111111

Color Harmonies of #BA67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67DB

Black with #BA67DB

Text Example


Text Example

White with #BA67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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