Html Css Color HEX #B14AEC Medium Orchid

📋 copy color: '#B14AEC'

red 177 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #B14AEC

Tints of Medium Orchid #B14AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 36.34%
G = 15.2%
B = 48.46%

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

#B14AEC (or 0xB14AEC) is known color: Medium Orchid. HEX triplet: B1, 4A and EC. RGB value is (177,74,236). Sum of RGB (Red+Green+Blue) = 177+74+236=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B14AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AEC is #4EB513. Grayscale: #7A7A7A. Windows color (decimal): -5158164 or 15485617. OLE color: 15485617.

HSL color Cylindrical-coordinate representation of color #B14AEC: hue angle of 278.15º degrees, saturation: 0.81, 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 #B14AEC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 74 236 -
CMYK 0.25 0.69 0 0.07
HSL 278.15º 0.81% 0.61% -
HSV(B) 278.15º 0.69% 0.93% -
XYZ 35.72 20.3 81.39 -
YUV 123.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 177 74 236 0.25 0.69 0 0.07 278.15 0.81 0.61
Hex B1 4A EC 19 45 0 7 116 51 3D
Octal 261 112 354 31 105 0 7 426 121 75
Binary 10110001 1001010 11101100 11001 1000101 0 111 100010110 1010001 111101

Color Harmonies of #B14AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AEC

Black with #B14AEC

Text Example


Text Example

White with #B14AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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