Html Css Color HEX #B14FDA Medium Orchid

📋 copy color: '#B14FDA'

red 177 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #B14FDA

Tints of Medium Orchid #B14FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 37.34%
G = 16.67%
B = 45.99%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B14FDA (or 0xB14FDA) is known color: Medium Orchid. HEX triplet: B1, 4F and DA. RGB value is (177,79,218). Sum of RGB (Red+Green+Blue) = 177+79+218=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B14FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FDA is #4EB025. Grayscale: #7B7B7B. Windows color (decimal): -5156902 or 14307249. OLE color: 14307249.

HSL color Cylindrical-coordinate representation of color #B14FDA: hue angle of 282.3º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14FDA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 79 218 -
CMYK 0.19 0.64 0 0.15
HSL 282.3º 0.65% 0.58% -
HSV(B) 282.3º 0.64% 0.85% -
XYZ 33.58 20 68.42 -
YUV 124.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 177 79 218 0.19 0.64 0 0.15 282.3 0.65 0.58
Hex B1 4F DA 13 40 0 F 11A 41 3A
Octal 261 117 332 23 100 0 17 432 101 72
Binary 10110001 1001111 11011010 10011 1000000 0 1111 100011010 1000001 111010

Color Harmonies of #B14FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FDA

Black with #B14FDA

Text Example


Text Example

White with #B14FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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