Html Css Color HEX #B14CDC Medium Orchid

📋 copy color: '#B14CDC'

red 177 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #B14CDC

Tints of Medium Orchid #B14CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 37.42%
G = 16.07%
B = 46.51%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14CDC (or 0xB14CDC) is known color: Medium Orchid. HEX triplet: B1, 4C and DC. RGB value is (177,76,220). Sum of RGB (Red+Green+Blue) = 177+76+220=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CDC is #4EB323. Grayscale: #7A7A7A. Windows color (decimal): -5157668 or 14437553. OLE color: 14437553.

HSL color Cylindrical-coordinate representation of color #B14CDC: hue angle of 282.08º 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 #B14CDC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 76 220 -
CMYK 0.20 0.65 0 0.14
HSL 282.08º 0.67% 0.58% -
HSV(B) 282.08º 0.65% 0.86% -
XYZ 33.63 19.68 69.74 -
YUV 122.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 177 76 220 0.20 0.65 0 0.14 282.08 0.67 0.58
Hex B1 4C DC 14 41 0 E 11A 43 3A
Octal 261 114 334 24 101 0 16 432 103 72
Binary 10110001 1001100 11011100 10100 1000001 0 1110 100011010 1000011 111010

Color Harmonies of #B14CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CDC

Black with #B14CDC

Text Example


Text Example

White with #B14CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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