Html Css Color HEX #B27EFE Medium Purple

📋 copy color: '#B27EFE'

red 178 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #B27EFE

Tints of Medium Purple #B27EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.58%

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 31.9%
G = 22.58%
B = 45.52%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B27EFE (or 0xB27EFE) is known color: Medium Purple. HEX triplet: B2, 7E and FE. RGB value is (178,126,254). Sum of RGB (Red+Green+Blue) = 178+126+254=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B27EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EFE is #4D8101. Grayscale: #9B9B9B. Windows color (decimal): -5079298 or 16678578. OLE color: 16678578.

HSL color Cylindrical-coordinate representation of color #B27EFE: hue angle of 264.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27EFE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 126 254 -
CMYK 0.30 0.50 0 0.00
HSL 264.38º 0.98% 0.75% -
HSV(B) 264.38º 0.5% 1% -
XYZ 43.71 31.54 97.55 -
YUV 156.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 178 126 254 0.30 0.50 0 0.00 264.38 0.98 0.75
Hex B2 7E FE 1E 32 0 0 108 62 4B
Octal 262 176 376 36 62 0 0 410 142 113
Binary 10110010 1111110 11111110 11110 110010 0 0 100001000 1100010 1001011

Color Harmonies of #B27EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EFE

Black with #B27EFE

Text Example


Text Example

White with #B27EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EFE; }

 p { color: rgb(178,126,254); }

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

background-color css

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

 a { background-color: rgb(178,126,254); }

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

border-color css

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

 span { border-color: rgb(178,126,254); }

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