Html Css Color HEX #B27BFE Medium Purple

📋 copy color: '#B27BFE'

red 178 ◦ green 123 ◦ blue 254

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

Shades of Medium Purple #B27BFE

Tints of Medium Purple #B27BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.16%

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 32.07%
G = 22.16%
B = 45.77%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B27BFE (or 0xB27BFE) is known color: Medium Purple. HEX triplet: B2, 7B and FE. RGB value is (178,123,254). Sum of RGB (Red+Green+Blue) = 178+123+254=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #B27BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BFE is #4D8401. Grayscale: #999999. Windows color (decimal): -5080066 or 16677810. OLE color: 16677810.

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

Color convert

RGB 178 123 254 -
CMYK 0.30 0.52 0 0.00
HSL 265.19º 0.98% 0.74% -
HSV(B) 265.19º 0.52% 1% -
XYZ 43.33 30.79 97.42 -
YUV 154.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 178 123 254 0.30 0.52 0 0.00 265.19 0.98 0.74
Hex B2 7B FE 1E 34 0 0 109 62 4A
Octal 262 173 376 36 64 0 0 411 142 112
Binary 10110010 1111011 11111110 11110 110100 0 0 100001001 1100010 1001010

Color Harmonies of #B27BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BFE

Black with #B27BFE

Text Example


Text Example

White with #B27BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BFE; }

 p { color: rgb(178,123,254); }

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

background-color css

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

 a { background-color: rgb(178,123,254); }

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

border-color css

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

 span { border-color: rgb(178,123,254); }

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