Html Css Color HEX #B14FDF Medium Orchid

📋 copy color: '#B14FDF'

red 177 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #B14FDF

Tints of Medium Orchid #B14FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 36.95%
G = 16.49%
B = 46.56%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B14FDF (or 0xB14FDF) is known color: Medium Orchid. HEX triplet: B1, 4F and DF. RGB value is (177,79,223). Sum of RGB (Red+Green+Blue) = 177+79+223=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B14FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FDF is #4EB020. Grayscale: #7C7C7C. Windows color (decimal): -5156897 or 14634929. OLE color: 14634929.

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

Color convert

RGB 177 79 223 -
CMYK 0.21 0.65 0 0.13
HSL 280.83º 0.69% 0.59% -
HSV(B) 280.83º 0.65% 0.87% -
XYZ 34.25 20.27 71.92 -
YUV 124.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 177 79 223 0.21 0.65 0 0.13 280.83 0.69 0.59
Hex B1 4F DF 15 41 0 D 119 45 3B
Octal 261 117 337 25 101 0 15 431 105 73
Binary 10110001 1001111 11011111 10101 1000001 0 1101 100011001 1000101 111011

Color Harmonies of #B14FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FDF

Black with #B14FDF

Text Example


Text Example

White with #B14FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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