Html Css Color HEX #B14CDD Medium Orchid

📋 copy color: '#B14CDD'

red 177 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #B14CDD

Tints of Medium Orchid #B14CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 37.34%
G = 16.03%
B = 46.62%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B14CDD (or 0xB14CDD) is known color: Medium Orchid. HEX triplet: B1, 4C and DD. RGB value is (177,76,221). Sum of RGB (Red+Green+Blue) = 177+76+221=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B14CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CDD is #4EB322. Grayscale: #7A7A7A. Windows color (decimal): -5157667 or 14503089. OLE color: 14503089.

HSL color Cylindrical-coordinate representation of color #B14CDD: hue angle of 281.79º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14CDD is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 76 221 -
CMYK 0.20 0.66 0 0.13
HSL 281.79º 0.68% 0.58% -
HSV(B) 281.79º 0.66% 0.87% -
XYZ 33.77 19.74 70.44 -
YUV 122.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 177 76 221 0.20 0.66 0 0.13 281.79 0.68 0.58
Hex B1 4C DD 14 42 0 D 11A 44 3A
Octal 261 114 335 24 102 0 15 432 104 72
Binary 10110001 1001100 11011101 10100 1000010 0 1101 100011010 1000100 111010

Color Harmonies of #B14CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CDD

Black with #B14CDD

Text Example


Text Example

White with #B14CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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