Html Css Color HEX #B14AD7 Medium Orchid

📋 copy color: '#B14AD7'

red 177 ◦ green 74 ◦ blue 215

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

Shades of Medium Orchid #B14AD7

Tints of Medium Orchid #B14AD7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 37.98%
G = 15.88%
B = 46.14%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B14AD7 (or 0xB14AD7) is known color: Medium Orchid. HEX triplet: B1, 4A and D7. RGB value is (177,74,215). Sum of RGB (Red+Green+Blue) = 177+74+215=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #B14AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AD7 is #4EB528. Grayscale: #787878. Windows color (decimal): -5158185 or 14109361. OLE color: 14109361.

HSL color Cylindrical-coordinate representation of color #B14AD7: hue angle of 283.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14AD7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 74 215 -
CMYK 0.18 0.66 0 0.16
HSL 283.83º 0.64% 0.57% -
HSV(B) 283.83º 0.66% 0.84% -
XYZ 32.85 19.15 66.26 -
YUV 120.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 177 74 215 0.18 0.66 0 0.16 283.83 0.64 0.57
Hex B1 4A D7 12 42 0 10 11C 40 39
Octal 261 112 327 22 102 0 20 434 100 71
Binary 10110001 1001010 11010111 10010 1000010 0 10000 100011100 1000000 111001

Color Harmonies of #B14AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AD7

Black with #B14AD7

Text Example


Text Example

White with #B14AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AD7; }

 p { color: rgb(177,74,215); }

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

background-color css

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

 a { background-color: rgb(177,74,215); }

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

border-color css

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

 span { border-color: rgb(177,74,215); }

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