Html Css Color HEX #B27CED Medium Purple

📋 copy color: '#B27CED'

red 178 ◦ green 124 ◦ blue 237

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

Shades of Medium Purple #B27CED

Tints of Medium Purple #B27CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 33.02%
G = 23.01%
B = 43.97%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27CED (or 0xB27CED) is known color: Medium Purple. HEX triplet: B2, 7C and ED. RGB value is (178,124,237). Sum of RGB (Red+Green+Blue) = 178+124+237=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #B27CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CED is #4D8312. Grayscale: #989898. Windows color (decimal): -5079827 or 15563954. OLE color: 15563954.

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

Color convert

RGB 178 124 237 -
CMYK 0.25 0.48 0 0.07
HSL 268.67º 0.76% 0.71% -
HSV(B) 268.67º 0.48% 0.93% -
XYZ 40.85 29.99 83.76 -
YUV 153.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 178 124 237 0.25 0.48 0 0.07 268.67 0.76 0.71
Hex B2 7C ED 19 30 0 7 10D 4C 47
Octal 262 174 355 31 60 0 7 415 114 107
Binary 10110010 1111100 11101101 11001 110000 0 111 100001101 1001100 1000111

Color Harmonies of #B27CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CED

Black with #B27CED

Text Example


Text Example

White with #B27CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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