Html Css Color HEX #B27CFF Medium Purple

📋 copy color: '#B27CFF'

red 178 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #B27CFF

Tints of Medium Purple #B27CFF

RGB

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

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

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

R = 31.96%
G = 22.26%
B = 45.78%

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

#B27CFF (or 0xB27CFF) is known color: Medium Purple. HEX triplet: B2, 7C and FF. RGB value is (178,124,255). Sum of RGB (Red+Green+Blue) = 178+124+255=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B27CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CFF is #4D8300. Grayscale: #9A9A9A. Windows color (decimal): -5079809 or 16743602. OLE color: 16743602.

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

Color convert

RGB 178 124 255 -
CMYK 0.30 0.51 0 0
HSL 264.73º 1% 0.74% -
HSV(B) 264.73º 0.51% 1% -
XYZ 43.62 31.1 98.31 -
YUV 155.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 178 124 255 0.30 0.51 0 0 264.73 1 0.74
Hex B2 7C FF 1E 33 0 0 109 64 4A
Octal 262 174 377 36 63 0 0 411 144 112
Binary 10110010 1111100 11111111 11110 110011 0 0 100001001 1100100 1001010

Color Harmonies of #B27CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CFF

Black with #B27CFF

Text Example


Text Example

White with #B27CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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