Html Css Color HEX #B14AED Medium Orchid

📋 copy color: '#B14AED'

red 177 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #B14AED

Tints of Medium Orchid #B14AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

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

R = 36.27%
G = 15.16%
B = 48.57%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14AED (or 0xB14AED) is known color: Medium Orchid. HEX triplet: B1, 4A and ED. RGB value is (177,74,237). Sum of RGB (Red+Green+Blue) = 177+74+237=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B14AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AED is #4EB512. Grayscale: #7A7A7A. Windows color (decimal): -5158163 or 15551153. OLE color: 15551153.

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

Color convert

RGB 177 74 237 -
CMYK 0.25 0.69 0 0.07
HSL 277.91º 0.82% 0.61% -
HSV(B) 277.91º 0.69% 0.93% -
XYZ 35.87 20.36 82.16 -
YUV 123.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 177 74 237 0.25 0.69 0 0.07 277.91 0.82 0.61
Hex B1 4A ED 19 45 0 7 116 52 3D
Octal 261 112 355 31 105 0 7 426 122 75
Binary 10110001 1001010 11101101 11001 1000101 0 111 100010110 1010010 111101

Color Harmonies of #B14AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AED

Black with #B14AED

Text Example


Text Example

White with #B14AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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