Html Css Color HEX #B14FFB Medium Orchid

📋 copy color: '#B14FFB'

red 177 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #B14FFB

Tints of Medium Orchid #B14FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 34.91%
G = 15.58%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14FFB (or 0xB14FFB) is known color: Medium Orchid. HEX triplet: B1, 4F and FB. RGB value is (177,79,251). Sum of RGB (Red+Green+Blue) = 177+79+251=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFB is #4EB004. Grayscale: #7F7F7F. Windows color (decimal): -5156869 or 16469937. OLE color: 16469937.

HSL color Cylindrical-coordinate representation of color #B14FFB: hue angle of 274.19º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14FFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 79 251 -
CMYK 0.29 0.69 0 0.02
HSL 274.19º 0.96% 0.65% -
HSV(B) 274.19º 0.69% 0.98% -
XYZ 38.34 21.9 93.47 -
YUV 127.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 177 79 251 0.29 0.69 0 0.02 274.19 0.96 0.65
Hex B1 4F FB 1D 45 0 2 112 60 41
Octal 261 117 373 35 105 0 2 422 140 101
Binary 10110001 1001111 11111011 11101 1000101 0 10 100010010 1100000 1000001

Color Harmonies of #B14FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FFB

Black with #B14FFB

Text Example


Text Example

White with #B14FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FFB; }

 p { color: rgb(177,79,251); }

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

background-color css

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

 a { background-color: rgb(177,79,251); }

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

border-color css

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

 span { border-color: rgb(177,79,251); }

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