Html Css Color HEX #B14DDF Medium Orchid

📋 copy color: '#B14DDF'

red 177 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #B14DDF

Tints of Medium Orchid #B14DDF

RGB

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

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

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

R = 37.11%
G = 16.14%
B = 46.75%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B14DDF (or 0xB14DDF) is known color: Medium Orchid. HEX triplet: B1, 4D and DF. RGB value is (177,77,223). Sum of RGB (Red+Green+Blue) = 177+77+223=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B14DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DDF is #4EB220. Grayscale: #7B7B7B. Windows color (decimal): -5157409 or 14634417. OLE color: 14634417.

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

Color convert

RGB 177 77 223 -
CMYK 0.21 0.65 0 0.13
HSL 281.1º 0.7% 0.59% -
HSV(B) 281.1º 0.65% 0.87% -
XYZ 34.1 19.98 71.87 -
YUV 123.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 177 77 223 0.21 0.65 0 0.13 281.1 0.7 0.59
Hex B1 4D DF 15 41 0 D 119 46 3B
Octal 261 115 337 25 101 0 15 431 106 73
Binary 10110001 1001101 11011111 10101 1000001 0 1101 100011001 1000110 111011

Color Harmonies of #B14DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DDF

Black with #B14DDF

Text Example


Text Example

White with #B14DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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