Html Css Color HEX #B27DFB Medium Purple

📋 copy color: '#B27DFB'

red 178 ◦ green 125 ◦ blue 251

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

Shades of Medium Purple #B27DFB

Tints of Medium Purple #B27DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 32.13%
G = 22.56%
B = 45.31%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B27DFB (or 0xB27DFB) is known color: Medium Purple. HEX triplet: B2, 7D and FB. RGB value is (178,125,251). Sum of RGB (Red+Green+Blue) = 178+125+251=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #B27DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DFB is #4D8204. Grayscale: #9A9A9A. Windows color (decimal): -5079557 or 16481714. OLE color: 16481714.

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

Color convert

RGB 178 125 251 -
CMYK 0.29 0.50 0 0.02
HSL 265.24º 0.94% 0.74% -
HSV(B) 265.24º 0.5% 0.98% -
XYZ 43.11 31.1 95 -
YUV 155.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 178 125 251 0.29 0.50 0 0.02 265.24 0.94 0.74
Hex B2 7D FB 1D 32 0 2 109 5E 4A
Octal 262 175 373 35 62 0 2 411 136 112
Binary 10110010 1111101 11111011 11101 110010 0 10 100001001 1011110 1001010

Color Harmonies of #B27DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DFB

Black with #B27DFB

Text Example


Text Example

White with #B27DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DFB; }

 p { color: rgb(178,125,251); }

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

background-color css

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

 a { background-color: rgb(178,125,251); }

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

border-color css

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

 span { border-color: rgb(178,125,251); }

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