Html Css Color HEX #B14AC8 Medium Orchid

📋 copy color: '#B14AC8'

red 177 ◦ green 74 ◦ blue 200

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

Shades of Medium Orchid #B14AC8

Tints of Medium Orchid #B14AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.35%

R = 39.25%
G = 16.41%
B = 44.35%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B14AC8 (or 0xB14AC8) is known color: Medium Orchid. HEX triplet: B1, 4A and C8. RGB value is (177,74,200). Sum of RGB (Red+Green+Blue) = 177+74+200=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #B14AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AC8 is #4EB537. Grayscale: #767676. Windows color (decimal): -5158200 or 13126321. OLE color: 13126321.

HSL color Cylindrical-coordinate representation of color #B14AC8: hue angle of 289.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14AC8 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 74 200 -
CMYK 0.12 0.63 0 0.22
HSL 289.05º 0.53% 0.54% -
HSV(B) 289.05º 0.63% 0.78% -
XYZ 31.01 18.41 56.56 -
YUV 119.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 177 74 200 0.12 0.63 0 0.22 289.05 0.53 0.54
Hex B1 4A C8 C 3F 0 16 121 35 36
Octal 261 112 310 14 77 0 26 441 65 66
Binary 10110001 1001010 11001000 1100 111111 0 10110 100100001 110101 110110

Color Harmonies of #B14AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AC8

Black with #B14AC8

Text Example


Text Example

White with #B14AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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