Html Css Color HEX #B14CC3 Medium Orchid

📋 copy color: '#B14CC3'

red 177 ◦ green 76 ◦ blue 195

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

Shades of Medium Orchid #B14CC3

Tints of Medium Orchid #B14CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 39.51%
G = 16.96%
B = 43.53%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B14CC3 (or 0xB14CC3) is known color: Medium Orchid. HEX triplet: B1, 4C and C3. RGB value is (177,76,195). Sum of RGB (Red+Green+Blue) = 177+76+195=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #B14CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC3 is #4EB33C. Grayscale: #777777. Windows color (decimal): -5157693 or 12799153. OLE color: 12799153.

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

Color convert

RGB 177 76 195 -
CMYK 0.09 0.61 0 0.24
HSL 290.92º 0.5% 0.53% -
HSV(B) 290.92º 0.61% 0.76% -
XYZ 30.57 18.46 53.58 -
YUV 119.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 177 76 195 0.09 0.61 0 0.24 290.92 0.5 0.53
Hex B1 4C C3 9 3D 0 18 123 32 35
Octal 261 114 303 11 75 0 30 443 62 65
Binary 10110001 1001100 11000011 1001 111101 0 11000 100100011 110010 110101

Color Harmonies of #B14CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC3

Black with #B14CC3

Text Example


Text Example

White with #B14CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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