Html Css Color HEX #B14CDB Medium Orchid

📋 copy color: '#B14CDB'

red 177 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #B14CDB

Tints of Medium Orchid #B14CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 37.5%
G = 16.1%
B = 46.4%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14CDB (or 0xB14CDB) is known color: Medium Orchid. HEX triplet: B1, 4C and DB. RGB value is (177,76,219). Sum of RGB (Red+Green+Blue) = 177+76+219=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CDB is #4EB324. Grayscale: #7A7A7A. Windows color (decimal): -5157669 or 14372017. OLE color: 14372017.

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

Color convert

RGB 177 76 219 -
CMYK 0.19 0.65 0 0.14
HSL 282.38º 0.67% 0.58% -
HSV(B) 282.38º 0.65% 0.86% -
XYZ 33.5 19.63 69.04 -
YUV 122.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 177 76 219 0.19 0.65 0 0.14 282.38 0.67 0.58
Hex B1 4C DB 13 41 0 E 11A 43 3A
Octal 261 114 333 23 101 0 16 432 103 72
Binary 10110001 1001100 11011011 10011 1000001 0 1110 100011010 1000011 111010

Color Harmonies of #B14CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CDB

Black with #B14CDB

Text Example


Text Example

White with #B14CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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