Html Css Color HEX #B27EFB Medium Purple

📋 copy color: '#B27EFB'

red 178 ◦ green 126 ◦ blue 251

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

Shades of Medium Purple #B27EFB

Tints of Medium Purple #B27EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 32.07%
G = 22.7%
B = 45.23%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B27EFB (or 0xB27EFB) is known color: Medium Purple. HEX triplet: B2, 7E and FB. RGB value is (178,126,251). Sum of RGB (Red+Green+Blue) = 178+126+251=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #B27EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EFB is #4D8104. Grayscale: #9B9B9B. Windows color (decimal): -5079301 or 16481970. OLE color: 16481970.

HSL color Cylindrical-coordinate representation of color #B27EFB: hue angle of 264.96º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27EFB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 126 251 -
CMYK 0.29 0.50 0 0.02
HSL 264.96º 0.94% 0.74% -
HSV(B) 264.96º 0.5% 0.98% -
XYZ 43.23 31.35 95.04 -
YUV 155.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 178 126 251 0.29 0.50 0 0.02 264.96 0.94 0.74
Hex B2 7E FB 1D 32 0 2 109 5E 4A
Octal 262 176 373 35 62 0 2 411 136 112
Binary 10110010 1111110 11111011 11101 110010 0 10 100001001 1011110 1001010

Color Harmonies of #B27EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EFB

Black with #B27EFB

Text Example


Text Example

White with #B27EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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