Html Css Color HEX #B14FDB Medium Orchid

📋 copy color: '#B14FDB'

red 177 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #B14FDB

Tints of Medium Orchid #B14FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

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

R = 37.26%
G = 16.63%
B = 46.11%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14FDB (or 0xB14FDB) is known color: Medium Orchid. HEX triplet: B1, 4F and DB. RGB value is (177,79,219). Sum of RGB (Red+Green+Blue) = 177+79+219=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FDB is #4EB024. Grayscale: #7B7B7B. Windows color (decimal): -5156901 or 14372785. OLE color: 14372785.

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

Color convert

RGB 177 79 219 -
CMYK 0.19 0.64 0 0.14
HSL 282º 0.66% 0.58% -
HSV(B) 282º 0.64% 0.86% -
XYZ 33.71 20.05 69.11 -
YUV 124.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 177 79 219 0.19 0.64 0 0.14 282 0.66 0.58
Hex B1 4F DB 13 40 0 E 11A 42 3A
Octal 261 117 333 23 100 0 16 432 102 72
Binary 10110001 1001111 11011011 10011 1000000 0 1110 100011010 1000010 111010

Color Harmonies of #B14FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FDB

Black with #B14FDB

Text Example


Text Example

White with #B14FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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