Html Css Color HEX #B14ACD Medium Orchid

📋 copy color: '#B14ACD'

red 177 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #B14ACD

Tints of Medium Orchid #B14ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 38.82%
G = 16.23%
B = 44.96%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B14ACD (or 0xB14ACD) is known color: Medium Orchid. HEX triplet: B1, 4A and CD. RGB value is (177,74,205). Sum of RGB (Red+Green+Blue) = 177+74+205=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #B14ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ACD is #4EB532. Grayscale: #777777. Windows color (decimal): -5158195 or 13454001. OLE color: 13454001.

HSL color Cylindrical-coordinate representation of color #B14ACD: hue angle of 287.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14ACD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 74 205 -
CMYK 0.14 0.64 0 0.20
HSL 287.18º 0.57% 0.55% -
HSV(B) 287.18º 0.64% 0.8% -
XYZ 31.6 18.65 59.69 -
YUV 119.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 177 74 205 0.14 0.64 0 0.20 287.18 0.57 0.55
Hex B1 4A CD E 40 0 14 11F 39 37
Octal 261 112 315 16 100 0 24 437 71 67
Binary 10110001 1001010 11001101 1110 1000000 0 10100 100011111 111001 110111

Color Harmonies of #B14ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ACD

Black with #B14ACD

Text Example


Text Example

White with #B14ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ACD; }

 p { color: rgb(177,74,205); }

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

background-color css

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

 a { background-color: rgb(177,74,205); }

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

border-color css

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

 span { border-color: rgb(177,74,205); }

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