Html Css Color HEX #B27FFA Medium Purple

📋 copy color: '#B27FFA'

red 178 ◦ green 127 ◦ blue 250

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

Shades of Medium Purple #B27FFA

Tints of Medium Purple #B27FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 32.07%
G = 22.88%
B = 45.05%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B27FFA (or 0xB27FFA) is known color: Medium Purple. HEX triplet: B2, 7F and FA. RGB value is (178,127,250). Sum of RGB (Red+Green+Blue) = 178+127+250=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #B27FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FFA is #4D8005. Grayscale: #9B9B9B. Windows color (decimal): -5079046 or 16416690. OLE color: 16416690.

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

Color convert

RGB 178 127 250 -
CMYK 0.29 0.49 0 0.02
HSL 264.88º 0.92% 0.74% -
HSV(B) 264.88º 0.49% 0.98% -
XYZ 43.2 31.55 94.25 -
YUV 156.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 178 127 250 0.29 0.49 0 0.02 264.88 0.92 0.74
Hex B2 7F FA 1D 31 0 2 109 5C 4A
Octal 262 177 372 35 61 0 2 411 134 112
Binary 10110010 1111111 11111010 11101 110001 0 10 100001001 1011100 1001010

Color Harmonies of #B27FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FFA

Black with #B27FFA

Text Example


Text Example

White with #B27FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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