Html Css Color HEX #B27FFF Medium Purple

📋 copy color: '#B27FFF'

red 178 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #B27FFF

Tints of Medium Purple #B27FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.68%

 BLUE value IS 255 (100% from 255) = 45.54%

R = 31.79%
G = 22.68%
B = 45.54%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B27FFF (or 0xB27FFF) is known color: Medium Purple. HEX triplet: B2, 7F and FF. RGB value is (178,127,255). Sum of RGB (Red+Green+Blue) = 178+127+255=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B27FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FFF is #4D8000. Grayscale: #9C9C9C. Windows color (decimal): -5079041 or 16744370. OLE color: 16744370.

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

Color convert

RGB 178 127 255 -
CMYK 0.30 0.50 0 0
HSL 263.91º 1% 0.75% -
HSV(B) 263.91º 0.5% 1% -
XYZ 44 31.86 98.44 -
YUV 156.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 178 127 255 0.30 0.50 0 0 263.91 1 0.75
Hex B2 7F FF 1E 32 0 0 108 64 4B
Octal 262 177 377 36 62 0 0 410 144 113
Binary 10110010 1111111 11111111 11110 110010 0 0 100001000 1100100 1001011

Color Harmonies of #B27FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FFF

Black with #B27FFF

Text Example


Text Example

White with #B27FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FFF; }

 p { color: rgb(178,127,255); }

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

background-color css

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

 a { background-color: rgb(178,127,255); }

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

border-color css

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

 span { border-color: rgb(178,127,255); }

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