Html Css Color HEX #B27CFA Medium Purple

📋 copy color: '#B27CFA'

red 178 ◦ green 124 ◦ blue 250

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

Shades of Medium Purple #B27CFA

Tints of Medium Purple #B27CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 32.25%
G = 22.46%
B = 45.29%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B27CFA (or 0xB27CFA) is known color: Medium Purple. HEX triplet: B2, 7C and FA. RGB value is (178,124,250). Sum of RGB (Red+Green+Blue) = 178+124+250=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #B27CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CFA is #4D8305. Grayscale: #9A9A9A. Windows color (decimal): -5079814 or 16415922. OLE color: 16415922.

HSL color Cylindrical-coordinate representation of color #B27CFA: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27CFA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 124 250 -
CMYK 0.29 0.50 0 0.02
HSL 265.71º 0.93% 0.73% -
HSV(B) 265.71º 0.5% 0.98% -
XYZ 42.82 30.78 94.13 -
YUV 154.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 178 124 250 0.29 0.50 0 0.02 265.71 0.93 0.73
Hex B2 7C FA 1D 32 0 2 10A 5D 49
Octal 262 174 372 35 62 0 2 412 135 111
Binary 10110010 1111100 11111010 11101 110010 0 10 100001010 1011101 1001001

Color Harmonies of #B27CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CFA

Black with #B27CFA

Text Example


Text Example

White with #B27CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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