Html Css Color HEX #B27DFF Medium Purple

📋 copy color: '#B27DFF'

red 178 ◦ green 125 ◦ blue 255

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

Shades of Medium Purple #B27DFF

Tints of Medium Purple #B27DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 31.9%
G = 22.4%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B27DFF (or 0xB27DFF) is known color: Medium Purple. HEX triplet: B2, 7D and FF. RGB value is (178,125,255). Sum of RGB (Red+Green+Blue) = 178+125+255=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B27DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DFF is #4D8200. Grayscale: #9B9B9B. Windows color (decimal): -5079553 or 16743858. OLE color: 16743858.

HSL color Cylindrical-coordinate representation of color #B27DFF: hue angle of 264.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27DFF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 125 255 -
CMYK 0.30 0.51 0 0
HSL 264.46º 1% 0.75% -
HSV(B) 264.46º 0.51% 1% -
XYZ 43.74 31.35 98.35 -
YUV 155.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 178 125 255 0.30 0.51 0 0 264.46 1 0.75
Hex B2 7D FF 1E 33 0 0 108 64 4B
Octal 262 175 377 36 63 0 0 410 144 113
Binary 10110010 1111101 11111111 11110 110011 0 0 100001000 1100100 1001011

Color Harmonies of #B27DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DFF

Black with #B27DFF

Text Example


Text Example

White with #B27DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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