Html Css Color HEX #B14ADB Medium Orchid

📋 copy color: '#B14ADB'

red 177 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #B14ADB

Tints of Medium Orchid #B14ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 37.66%
G = 15.74%
B = 46.6%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14ADB (or 0xB14ADB) is known color: Medium Orchid. HEX triplet: B1, 4A and DB. RGB value is (177,74,219). Sum of RGB (Red+Green+Blue) = 177+74+219=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADB is #4EB524. Grayscale: #787878. Windows color (decimal): -5158181 or 14371505. OLE color: 14371505.

HSL color Cylindrical-coordinate representation of color #B14ADB: hue angle of 282.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14ADB is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 74 219 -
CMYK 0.19 0.66 0 0.14
HSL 282.62º 0.67% 0.57% -
HSV(B) 282.62º 0.66% 0.86% -
XYZ 33.37 19.36 69 -
YUV 121.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 177 74 219 0.19 0.66 0 0.14 282.62 0.67 0.57
Hex B1 4A DB 13 42 0 E 11B 43 39
Octal 261 112 333 23 102 0 16 433 103 71
Binary 10110001 1001010 11011011 10011 1000010 0 1110 100011011 1000011 111001

Color Harmonies of #B14ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ADB

Black with #B14ADB

Text Example


Text Example

White with #B14ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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