Html Css Color HEX #B14DD0 Medium Orchid

📋 copy color: '#B14DD0'

red 177 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #B14DD0

Tints of Medium Orchid #B14DD0

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 38.31%
G = 16.67%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B14DD0 (or 0xB14DD0) is known color: Medium Orchid. HEX triplet: B1, 4D and D0. RGB value is (177,77,208). Sum of RGB (Red+Green+Blue) = 177+77+208=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #B14DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DD0 is #4EB22F. Grayscale: #797979. Windows color (decimal): -5157424 or 13651377. OLE color: 13651377.

HSL color Cylindrical-coordinate representation of color #B14DD0: hue angle of 285.8º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14DD0 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 77 208 -
CMYK 0.15 0.63 0 0.18
HSL 285.8º 0.58% 0.56% -
HSV(B) 285.8º 0.63% 0.82% -
XYZ 32.17 19.21 61.69 -
YUV 121.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 177 77 208 0.15 0.63 0 0.18 285.8 0.58 0.56
Hex B1 4D D0 F 3F 0 12 11E 3A 38
Octal 261 115 320 17 77 0 22 436 72 70
Binary 10110001 1001101 11010000 1111 111111 0 10010 100011110 111010 111000

Color Harmonies of #B14DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DD0

Black with #B14DD0

Text Example


Text Example

White with #B14DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DD0; }

 p { color: rgb(177,77,208); }

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

background-color css

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

 a { background-color: rgb(177,77,208); }

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

border-color css

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

 span { border-color: rgb(177,77,208); }

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