Html Css Color HEX #B14CC6 Medium Orchid

📋 copy color: '#B14CC6'

red 177 ◦ green 76 ◦ blue 198

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

Shades of Medium Orchid #B14CC6

Tints of Medium Orchid #B14CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.9%

R = 39.25%
G = 16.85%
B = 43.9%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B14CC6 (or 0xB14CC6) is known color: Medium Orchid. HEX triplet: B1, 4C and C6. RGB value is (177,76,198). Sum of RGB (Red+Green+Blue) = 177+76+198=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #B14CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC6 is #4EB339. Grayscale: #777777. Windows color (decimal): -5157690 or 12995761. OLE color: 12995761.

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

Color convert

RGB 177 76 198 -
CMYK 0.11 0.62 0 0.22
HSL 289.67º 0.52% 0.54% -
HSV(B) 289.67º 0.62% 0.78% -
XYZ 30.91 18.59 55.39 -
YUV 120.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 177 76 198 0.11 0.62 0 0.22 289.67 0.52 0.54
Hex B1 4C C6 B 3E 0 16 122 34 36
Octal 261 114 306 13 76 0 26 442 64 66
Binary 10110001 1001100 11000110 1011 111110 0 10110 100100010 110100 110110

Color Harmonies of #B14CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC6

Black with #B14CC6

Text Example


Text Example

White with #B14CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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