Html Css Color HEX #BA67D8 Medium Orchid

📋 copy color: '#BA67D8'

red 186 ◦ green 103 ◦ blue 216

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

Shades of Medium Orchid #BA67D8

Tints of Medium Orchid #BA67D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 36.83%
G = 20.4%
B = 42.77%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA67D8 (or 0xBA67D8) is known color: Medium Orchid. HEX triplet: BA, 67 and D8. RGB value is (186,103,216). Sum of RGB (Red+Green+Blue) = 186+103+216=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D8 is #459827. Grayscale: #8C8C8C. Windows color (decimal): -4560936 or 14182330. OLE color: 14182330.

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

Color convert

RGB 186 103 216 -
CMYK 0.14 0.52 0 0.15
HSL 284.07º 0.59% 0.63% -
HSV(B) 284.07º 0.52% 0.85% -
XYZ 37.49 25.1 67.83 -
YUV 140.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 186 103 216 0.14 0.52 0 0.15 284.07 0.59 0.63
Hex BA 67 D8 E 34 0 F 11C 3B 3F
Octal 272 147 330 16 64 0 17 434 73 77
Binary 10111010 1100111 11011000 1110 110100 0 1111 100011100 111011 111111

Color Harmonies of #BA67D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67D8

Black with #BA67D8

Text Example


Text Example

White with #BA67D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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