Html Css Color HEX #B27EFC Medium Purple

📋 copy color: '#B27EFC'

red 178 ◦ green 126 ◦ blue 252

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

Shades of Medium Purple #B27EFC

Tints of Medium Purple #B27EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.66%

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 32.01%
G = 22.66%
B = 45.32%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B27EFC (or 0xB27EFC) is known color: Medium Purple. HEX triplet: B2, 7E and FC. RGB value is (178,126,252). Sum of RGB (Red+Green+Blue) = 178+126+252=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B27EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EFC is #4D8103. Grayscale: #9B9B9B. Windows color (decimal): -5079300 or 16547506. OLE color: 16547506.

HSL color Cylindrical-coordinate representation of color #B27EFC: hue angle of 264.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27EFC is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 126 252 -
CMYK 0.29 0.5 0 0.01
HSL 264.76º 0.95% 0.74% -
HSV(B) 264.76º 0.5% 0.99% -
XYZ 43.39 31.41 95.87 -
YUV 155.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 178 126 252 0.29 0.5 0 0.01 264.76 0.95 0.74
Hex B2 7E FC 1D 32 0 1 109 5F 4A
Octal 262 176 374 35 62 0 1 411 137 112
Binary 10110010 1111110 11111100 11101 110010 0 1 100001001 1011111 1001010

Color Harmonies of #B27EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EFC

Black with #B27EFC

Text Example


Text Example

White with #B27EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EFC; }

 p { color: rgb(178,126,252); }

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

background-color css

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

 a { background-color: rgb(178,126,252); }

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

border-color css

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

 span { border-color: rgb(178,126,252); }

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