Html Css Color HEX #B14CC4 Medium Orchid

📋 copy color: '#B14CC4'

red 177 ◦ green 76 ◦ blue 196

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

Shades of Medium Orchid #B14CC4

Tints of Medium Orchid #B14CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 39.42%
G = 16.93%
B = 43.65%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B14CC4 (or 0xB14CC4) is known color: Medium Orchid. HEX triplet: B1, 4C and C4. RGB value is (177,76,196). Sum of RGB (Red+Green+Blue) = 177+76+196=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #B14CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC4 is #4EB33B. Grayscale: #777777. Windows color (decimal): -5157692 or 12864689. OLE color: 12864689.

HSL color Cylindrical-coordinate representation of color #B14CC4: hue angle of 290.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14CC4 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 76 196 -
CMYK 0.10 0.61 0 0.23
HSL 290.5º 0.5% 0.53% -
HSV(B) 290.5º 0.61% 0.77% -
XYZ 30.68 18.5 54.18 -
YUV 119.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 177 76 196 0.10 0.61 0 0.23 290.5 0.5 0.53
Hex B1 4C C4 A 3D 0 17 122 32 35
Octal 261 114 304 12 75 0 27 442 62 65
Binary 10110001 1001100 11000100 1010 111101 0 10111 100100010 110010 110101

Color Harmonies of #B14CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC4

Black with #B14CC4

Text Example


Text Example

White with #B14CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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