Html Css Color HEX #B14DED Medium Orchid

📋 copy color: '#B14DED'

red 177 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #B14DED

Tints of Medium Orchid #B14DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 36.05%
G = 15.68%
B = 48.27%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14DED (or 0xB14DED) is known color: Medium Orchid. HEX triplet: B1, 4D and ED. RGB value is (177,77,237). Sum of RGB (Red+Green+Blue) = 177+77+237=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B14DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DED is #4EB212. Grayscale: #7C7C7C. Windows color (decimal): -5157395 or 15551921. OLE color: 15551921.

HSL color Cylindrical-coordinate representation of color #B14DED: hue angle of 277.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14DED is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 77 237 -
CMYK 0.25 0.68 0 0.07
HSL 277.5º 0.82% 0.62% -
HSV(B) 277.5º 0.68% 0.93% -
XYZ 36.07 20.77 82.23 -
YUV 125.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 177 77 237 0.25 0.68 0 0.07 277.5 0.82 0.62
Hex B1 4D ED 19 44 0 7 116 52 3E
Octal 261 115 355 31 104 0 7 426 122 76
Binary 10110001 1001101 11101101 11001 1000100 0 111 100010110 1010010 111110

Color Harmonies of #B14DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DED

Black with #B14DED

Text Example


Text Example

White with #B14DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DED; }

 p { color: rgb(177,77,237); }

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

background-color css

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

 a { background-color: rgb(177,77,237); }

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

border-color css

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

 span { border-color: rgb(177,77,237); }

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