Html Css Color HEX #B27FFD Medium Purple

📋 copy color: '#B27FFD'

red 178 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #B27FFD

Tints of Medium Purple #B27FFD

RGB

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

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

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

R = 31.9%
G = 22.76%
B = 45.34%

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

#B27FFD (or 0xB27FFD) is known color: Medium Purple. HEX triplet: B2, 7F and FD. RGB value is (178,127,253). Sum of RGB (Red+Green+Blue) = 178+127+253=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #B27FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FFD is #4D8002. Grayscale: #9C9C9C. Windows color (decimal): -5079043 or 16613298. OLE color: 16613298.

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

Color convert

RGB 178 127 253 -
CMYK 0.30 0.50 0 0.01
HSL 264.29º 0.97% 0.75% -
HSV(B) 264.29º 0.5% 0.99% -
XYZ 43.68 31.74 96.75 -
YUV 156.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 178 127 253 0.30 0.50 0 0.01 264.29 0.97 0.75
Hex B2 7F FD 1E 32 0 1 108 61 4B
Octal 262 177 375 36 62 0 1 410 141 113
Binary 10110010 1111111 11111101 11110 110010 0 1 100001000 1100001 1001011

Color Harmonies of #B27FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FFD

Black with #B27FFD

Text Example


Text Example

White with #B27FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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