Html Css Color HEX #B27CF8 Medium Purple

📋 copy color: '#B27CF8'

red 178 ◦ green 124 ◦ blue 248

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

Shades of Medium Purple #B27CF8

Tints of Medium Purple #B27CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.55%

 BLUE value IS 248 (97.27% from 255) = 45.09%

R = 32.36%
G = 22.55%
B = 45.09%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B27CF8 (or 0xB27CF8) is known color: Medium Purple. HEX triplet: B2, 7C and F8. RGB value is (178,124,248). Sum of RGB (Red+Green+Blue) = 178+124+248=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #B27CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CF8 is #4D8307. Grayscale: #999999. Windows color (decimal): -5079816 or 16284850. OLE color: 16284850.

HSL color Cylindrical-coordinate representation of color #B27CF8: hue angle of 266.13º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27CF8 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 124 248 -
CMYK 0.28 0.5 0 0.03
HSL 266.13º 0.9% 0.73% -
HSV(B) 266.13º 0.5% 0.97% -
XYZ 42.51 30.66 92.48 -
YUV 154.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 178 124 248 0.28 0.5 0 0.03 266.13 0.9 0.73
Hex B2 7C F8 1C 32 0 3 10A 5A 49
Octal 262 174 370 34 62 0 3 412 132 111
Binary 10110010 1111100 11111000 11100 110010 0 11 100001010 1011010 1001001

Color Harmonies of #B27CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CF8

Black with #B27CF8

Text Example


Text Example

White with #B27CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CF8; }

 p { color: rgb(178,124,248); }

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

background-color css

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

 a { background-color: rgb(178,124,248); }

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

border-color css

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

 span { border-color: rgb(178,124,248); }

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