Html Css Color HEX #B14EED Medium Orchid

📋 copy color: '#B14EED'

red 177 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #B14EED

Tints of Medium Orchid #B14EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

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

R = 35.98%
G = 15.85%
B = 48.17%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14EED (or 0xB14EED) is known color: Medium Orchid. HEX triplet: B1, 4E and ED. RGB value is (177,78,237). Sum of RGB (Red+Green+Blue) = 177+78+237=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B14EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EED is #4EB112. Grayscale: #7D7D7D. Windows color (decimal): -5157139 or 15552177. OLE color: 15552177.

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

Color convert

RGB 177 78 237 -
CMYK 0.25 0.67 0 0.07
HSL 277.36º 0.82% 0.62% -
HSV(B) 277.36º 0.67% 0.93% -
XYZ 36.14 20.91 82.25 -
YUV 125.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 177 78 237 0.25 0.67 0 0.07 277.36 0.82 0.62
Hex B1 4E ED 19 43 0 7 115 52 3E
Octal 261 116 355 31 103 0 7 425 122 76
Binary 10110001 1001110 11101101 11001 1000011 0 111 100010101 1010010 111110

Color Harmonies of #B14EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EED

Black with #B14EED

Text Example


Text Example

White with #B14EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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