Html Css Color HEX #B27BEC Medium Purple

📋 copy color: '#B27BEC'

red 178 ◦ green 123 ◦ blue 236

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

Shades of Medium Purple #B27BEC

Tints of Medium Purple #B27BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

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

R = 33.15%
G = 22.91%
B = 43.95%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27BEC (or 0xB27BEC) is known color: Medium Purple. HEX triplet: B2, 7B and EC. RGB value is (178,123,236). Sum of RGB (Red+Green+Blue) = 178+123+236=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #B27BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BEC is #4D8413. Grayscale: #979797. Windows color (decimal): -5080084 or 15498162. OLE color: 15498162.

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

Color convert

RGB 178 123 236 -
CMYK 0.25 0.48 0 0.07
HSL 269.2º 0.75% 0.7% -
HSV(B) 269.2º 0.48% 0.93% -
XYZ 40.58 29.69 82.95 -
YUV 152.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 178 123 236 0.25 0.48 0 0.07 269.2 0.75 0.7
Hex B2 7B EC 19 30 0 7 10D 4B 46
Octal 262 173 354 31 60 0 7 415 113 106
Binary 10110010 1111011 11101100 11001 110000 0 111 100001101 1001011 1000110

Color Harmonies of #B27BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BEC

Black with #B27BEC

Text Example


Text Example

White with #B27BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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