Html Css Color HEX #B14ACB Medium Orchid

📋 copy color: '#B14ACB'

red 177 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B14ACB

Tints of Medium Orchid #B14ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 38.99%
G = 16.3%
B = 44.71%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B14ACB (or 0xB14ACB) is known color: Medium Orchid. HEX triplet: B1, 4A and CB. RGB value is (177,74,203). Sum of RGB (Red+Green+Blue) = 177+74+203=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B14ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ACB is #4EB534. Grayscale: #777777. Windows color (decimal): -5158197 or 13322929. OLE color: 13322929.

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

Color convert

RGB 177 74 203 -
CMYK 0.13 0.64 0 0.20
HSL 287.91º 0.55% 0.54% -
HSV(B) 287.91º 0.64% 0.8% -
XYZ 31.36 18.56 58.43 -
YUV 119.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 177 74 203 0.13 0.64 0 0.20 287.91 0.55 0.54
Hex B1 4A CB D 40 0 14 120 37 36
Octal 261 112 313 15 100 0 24 440 67 66
Binary 10110001 1001010 11001011 1101 1000000 0 10100 100100000 110111 110110

Color Harmonies of #B14ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ACB

Black with #B14ACB

Text Example


Text Example

White with #B14ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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