Html Css Color HEX #B14CDE Medium Orchid

📋 copy color: '#B14CDE'

red 177 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #B14CDE

Tints of Medium Orchid #B14CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 37.26%
G = 16%
B = 46.74%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B14CDE (or 0xB14CDE) is known color: Medium Orchid. HEX triplet: B1, 4C and DE. RGB value is (177,76,222). Sum of RGB (Red+Green+Blue) = 177+76+222=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #B14CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CDE is #4EB321. Grayscale: #7A7A7A. Windows color (decimal): -5157666 or 14568625. OLE color: 14568625.

HSL color Cylindrical-coordinate representation of color #B14CDE: hue angle of 281.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14CDE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 76 222 -
CMYK 0.20 0.66 0 0.13
HSL 281.51º 0.69% 0.58% -
HSV(B) 281.51º 0.66% 0.87% -
XYZ 33.9 19.79 71.14 -
YUV 122.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 177 76 222 0.20 0.66 0 0.13 281.51 0.69 0.58
Hex B1 4C DE 14 42 0 D 11A 45 3A
Octal 261 114 336 24 102 0 15 432 105 72
Binary 10110001 1001100 11011110 10100 1000010 0 1101 100011010 1000101 111010

Color Harmonies of #B14CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CDE

Black with #B14CDE

Text Example


Text Example

White with #B14CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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