Html Css Color HEX #B14ADC Medium Orchid

📋 copy color: '#B14ADC'

red 177 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #B14ADC

Tints of Medium Orchid #B14ADC

RGB

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

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

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

R = 37.58%
G = 15.71%
B = 46.71%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14ADC (or 0xB14ADC) is known color: Medium Orchid. HEX triplet: B1, 4A and DC. RGB value is (177,74,220). Sum of RGB (Red+Green+Blue) = 177+74+220=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADC is #4EB523. Grayscale: #787878. Windows color (decimal): -5158180 or 14437041. OLE color: 14437041.

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

Color convert

RGB 177 74 220 -
CMYK 0.20 0.66 0 0.14
HSL 282.33º 0.68% 0.58% -
HSV(B) 282.33º 0.66% 0.86% -
XYZ 33.5 19.41 69.69 -
YUV 121.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 177 74 220 0.20 0.66 0 0.14 282.33 0.68 0.58
Hex B1 4A DC 14 42 0 E 11A 44 3A
Octal 261 112 334 24 102 0 16 432 104 72
Binary 10110001 1001010 11011100 10100 1000010 0 1110 100011010 1000100 111010

Color Harmonies of #B14ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ADC

Black with #B14ADC

Text Example


Text Example

White with #B14ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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