Html Css Color HEX #B14CC9 Medium Orchid

📋 copy color: '#B14CC9'

red 177 ◦ green 76 ◦ blue 201

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

Shades of Medium Orchid #B14CC9

Tints of Medium Orchid #B14CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 38.99%
G = 16.74%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B14CC9 (or 0xB14CC9) is known color: Medium Orchid. HEX triplet: B1, 4C and C9. RGB value is (177,76,201). Sum of RGB (Red+Green+Blue) = 177+76+201=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #B14CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC9 is #4EB336. Grayscale: #787878. Windows color (decimal): -5157687 or 13192369. OLE color: 13192369.

HSL color Cylindrical-coordinate representation of color #B14CC9: hue angle of 288.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14CC9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 76 201 -
CMYK 0.12 0.62 0 0.21
HSL 288.48º 0.54% 0.54% -
HSV(B) 288.48º 0.62% 0.79% -
XYZ 31.26 18.73 57.23 -
YUV 120.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 177 76 201 0.12 0.62 0 0.21 288.48 0.54 0.54
Hex B1 4C C9 C 3E 0 15 120 36 36
Octal 261 114 311 14 76 0 25 440 66 66
Binary 10110001 1001100 11001001 1100 111110 0 10101 100100000 110110 110110

Color Harmonies of #B14CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC9

Black with #B14CC9

Text Example


Text Example

White with #B14CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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