Html Css Color HEX #BA67D0 Medium Orchid

📋 copy color: '#BA67D0'

red 186 ◦ green 103 ◦ blue 208

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

Shades of Medium Orchid #BA67D0

Tints of Medium Orchid #BA67D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 37.42%
G = 20.72%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA67D0 (or 0xBA67D0) is known color: Medium Orchid. HEX triplet: BA, 67 and D0. RGB value is (186,103,208). Sum of RGB (Red+Green+Blue) = 186+103+208=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D0 is #45982F. Grayscale: #8B8B8B. Windows color (decimal): -4560944 or 13658042. OLE color: 13658042.

HSL color Cylindrical-coordinate representation of color #BA67D0: hue angle of 287.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA67D0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 103 208 -
CMYK 0.11 0.50 0 0.18
HSL 287.43º 0.53% 0.61% -
HSV(B) 287.43º 0.5% 0.82% -
XYZ 36.49 24.69 62.52 -
YUV 139.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 186 103 208 0.11 0.50 0 0.18 287.43 0.53 0.61
Hex BA 67 D0 B 32 0 12 11F 35 3D
Octal 272 147 320 13 62 0 22 437 65 75
Binary 10111010 1100111 11010000 1011 110010 0 10010 100011111 110101 111101

Color Harmonies of #BA67D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67D0

Black with #BA67D0

Text Example


Text Example

White with #BA67D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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