Html Css Color HEX #B27FFC Medium Purple

📋 copy color: '#B27FFC'

red 178 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #B27FFC

Tints of Medium Purple #B27FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 31.96%
G = 22.8%
B = 45.24%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B27FFC (or 0xB27FFC) is known color: Medium Purple. HEX triplet: B2, 7F and FC. RGB value is (178,127,252). Sum of RGB (Red+Green+Blue) = 178+127+252=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #B27FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FFC is #4D8003. Grayscale: #9C9C9C. Windows color (decimal): -5079044 or 16547762. OLE color: 16547762.

HSL color Cylindrical-coordinate representation of color #B27FFC: hue angle of 264.48º degrees, saturation: 0.95, 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 #B27FFC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 127 252 -
CMYK 0.29 0.50 0 0.01
HSL 264.48º 0.95% 0.74% -
HSV(B) 264.48º 0.5% 0.99% -
XYZ 43.52 31.67 95.92 -
YUV 156.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 178 127 252 0.29 0.50 0 0.01 264.48 0.95 0.74
Hex B2 7F FC 1D 32 0 1 108 5F 4A
Octal 262 177 374 35 62 0 1 410 137 112
Binary 10110010 1111111 11111100 11101 110010 0 1 100001000 1011111 1001010

Color Harmonies of #B27FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FFC

Black with #B27FFC

Text Example


Text Example

White with #B27FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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