Html Css Color HEX #B14DCC Medium Orchid

📋 copy color: '#B14DCC'

red 177 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #B14DCC

Tints of Medium Orchid #B14DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 38.65%
G = 16.81%
B = 44.54%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B14DCC (or 0xB14DCC) is known color: Medium Orchid. HEX triplet: B1, 4D and CC. RGB value is (177,77,204). Sum of RGB (Red+Green+Blue) = 177+77+204=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B14DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DCC is #4EB233. Grayscale: #787878. Windows color (decimal): -5157428 or 13389233. OLE color: 13389233.

HSL color Cylindrical-coordinate representation of color #B14DCC: hue angle of 287.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14DCC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 77 204 -
CMYK 0.13 0.62 0 0.2
HSL 287.24º 0.55% 0.55% -
HSV(B) 287.24º 0.62% 0.8% -
XYZ 31.68 19.01 59.13 -
YUV 121.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 177 77 204 0.13 0.62 0 0.2 287.24 0.55 0.55
Hex B1 4D CC D 3E 0 14 11F 37 37
Octal 261 115 314 15 76 0 24 437 67 67
Binary 10110001 1001101 11001100 1101 111110 0 10100 100011111 110111 110111

Color Harmonies of #B14DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DCC

Black with #B14DCC

Text Example


Text Example

White with #B14DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DCC; }

 p { color: rgb(177,77,204); }

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

background-color css

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

 a { background-color: rgb(177,77,204); }

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

border-color css

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

 span { border-color: rgb(177,77,204); }

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