Html Css Color HEX #B14BEC Medium Orchid

📋 copy color: '#B14BEC'

red 177 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #B14BEC

Tints of Medium Orchid #B14BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

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

R = 36.27%
G = 15.37%
B = 48.36%

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

#B14BEC (or 0xB14BEC) is known color: Medium Orchid. HEX triplet: B1, 4B and EC. RGB value is (177,75,236). Sum of RGB (Red+Green+Blue) = 177+75+236=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B14BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BEC is #4EB413. Grayscale: #7B7B7B. Windows color (decimal): -5157908 or 15485873. OLE color: 15485873.

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

Color convert

RGB 177 75 236 -
CMYK 0.25 0.68 0 0.07
HSL 278.01º 0.81% 0.61% -
HSV(B) 278.01º 0.68% 0.93% -
XYZ 35.79 20.44 81.42 -
YUV 123.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 177 75 236 0.25 0.68 0 0.07 278.01 0.81 0.61
Hex B1 4B EC 19 44 0 7 116 51 3D
Octal 261 113 354 31 104 0 7 426 121 75
Binary 10110001 1001011 11101100 11001 1000100 0 111 100010110 1010001 111101

Color Harmonies of #B14BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BEC

Black with #B14BEC

Text Example


Text Example

White with #B14BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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