Html Css Color HEX #B27CEC Medium Purple

📋 copy color: '#B27CEC'

red 178 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #B27CEC

Tints of Medium Purple #B27CEC

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 33.09%
G = 23.05%
B = 43.87%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27CEC (or 0xB27CEC) is known color: Medium Purple. HEX triplet: B2, 7C and EC. RGB value is (178,124,236). Sum of RGB (Red+Green+Blue) = 178+124+236=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #B27CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CEC is #4D8313. Grayscale: #989898. Windows color (decimal): -5079828 or 15498418. OLE color: 15498418.

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

Color convert

RGB 178 124 236 -
CMYK 0.25 0.47 0 0.07
HSL 268.93º 0.75% 0.71% -
HSV(B) 268.93º 0.47% 0.93% -
XYZ 40.71 29.94 82.99 -
YUV 152.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 178 124 236 0.25 0.47 0 0.07 268.93 0.75 0.71
Hex B2 7C EC 19 2F 0 7 10D 4B 47
Octal 262 174 354 31 57 0 7 415 113 107
Binary 10110010 1111100 11101100 11001 101111 0 111 100001101 1001011 1000111

Color Harmonies of #B27CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CEC

Black with #B27CEC

Text Example


Text Example

White with #B27CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CEC; }

 p { color: rgb(178,124,236); }

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

background-color css

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

 a { background-color: rgb(178,124,236); }

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

border-color css

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

 span { border-color: rgb(178,124,236); }

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