Html Css Color HEX #B14CFF Medium Orchid

📋 copy color: '#B14CFF'

red 177 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #B14CFF

Tints of Medium Orchid #B14CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 34.84%
G = 14.96%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B14CFF (or 0xB14CFF) is known color: Medium Orchid. HEX triplet: B1, 4C and FF. RGB value is (177,76,255). Sum of RGB (Red+Green+Blue) = 177+76+255=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B14CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CFF is #4EB300. Grayscale: #7D7D7D. Windows color (decimal): -5157633 or 16731313. OLE color: 16731313.

HSL color Cylindrical-coordinate representation of color #B14CFF: hue angle of 273.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14CFF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 76 255 -
CMYK 0.31 0.70 0 0
HSL 273.85º 1% 0.65% -
HSV(B) 273.85º 0.7% 1% -
XYZ 38.77 21.74 96.76 -
YUV 126.61 200.46 163.95 -
System Red Green Blue C M Y K H S L
Decimal 177 76 255 0.31 0.70 0 0 273.85 1 0.65
Hex B1 4C FF 1F 46 0 0 112 64 41
Octal 261 114 377 37 106 0 0 422 144 101
Binary 10110001 1001100 11111111 11111 1000110 0 0 100010010 1100100 1000001

Color Harmonies of #B14CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CFF

Black with #B14CFF

Text Example


Text Example

White with #B14CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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