Html Css Color HEX #B27DEE Medium Purple

📋 copy color: '#B27DEE'

red 178 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #B27DEE

Tints of Medium Purple #B27DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 32.9%
G = 23.11%
B = 43.99%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27DEE (or 0xB27DEE) is known color: Medium Purple. HEX triplet: B2, 7D and EE. RGB value is (178,125,238). Sum of RGB (Red+Green+Blue) = 178+125+238=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #B27DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DEE is #4D8211. Grayscale: #999999. Windows color (decimal): -5079570 or 15629746. OLE color: 15629746.

HSL color Cylindrical-coordinate representation of color #B27DEE: hue angle of 268.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27DEE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 125 238 -
CMYK 0.25 0.47 0 0.07
HSL 268.14º 0.77% 0.71% -
HSV(B) 268.14º 0.47% 0.93% -
XYZ 41.13 30.31 84.57 -
YUV 153.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 178 125 238 0.25 0.47 0 0.07 268.14 0.77 0.71
Hex B2 7D EE 19 2F 0 7 10C 4D 47
Octal 262 175 356 31 57 0 7 414 115 107
Binary 10110010 1111101 11101110 11001 101111 0 111 100001100 1001101 1000111

Color Harmonies of #B27DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DEE

Black with #B27DEE

Text Example


Text Example

White with #B27DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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