Html Css Color HEX #B27EFD Medium Purple

📋 copy color: '#B27EFD'

red 178 ◦ green 126 ◦ blue 253

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

Shades of Medium Purple #B27EFD

Tints of Medium Purple #B27EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 31.96%
G = 22.62%
B = 45.42%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B27EFD (or 0xB27EFD) is known color: Medium Purple. HEX triplet: B2, 7E and FD. RGB value is (178,126,253). Sum of RGB (Red+Green+Blue) = 178+126+253=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #B27EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EFD is #4D8102. Grayscale: #9B9B9B. Windows color (decimal): -5079299 or 16613042. OLE color: 16613042.

HSL color Cylindrical-coordinate representation of color #B27EFD: hue angle of 264.57º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27EFD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 126 253 -
CMYK 0.30 0.50 0 0.01
HSL 264.57º 0.97% 0.74% -
HSV(B) 264.57º 0.5% 0.99% -
XYZ 43.55 31.48 96.71 -
YUV 156.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 178 126 253 0.30 0.50 0 0.01 264.57 0.97 0.74
Hex B2 7E FD 1E 32 0 1 109 61 4A
Octal 262 176 375 36 62 0 1 411 141 112
Binary 10110010 1111110 11111101 11110 110010 0 1 100001001 1100001 1001010

Color Harmonies of #B27EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EFD

Black with #B27EFD

Text Example


Text Example

White with #B27EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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