Html Css Color HEX #B27CFC Medium Purple

📋 copy color: '#B27CFC'

red 178 ◦ green 124 ◦ blue 252

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

Shades of Medium Purple #B27CFC

Tints of Medium Purple #B27CFC

RGB

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

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

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

R = 32.13%
G = 22.38%
B = 45.49%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B27CFC (or 0xB27CFC) is known color: Medium Purple. HEX triplet: B2, 7C and FC. RGB value is (178,124,252). Sum of RGB (Red+Green+Blue) = 178+124+252=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #B27CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CFC is #4D8303. Grayscale: #9A9A9A. Windows color (decimal): -5079812 or 16546994. OLE color: 16546994.

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

Color convert

RGB 178 124 252 -
CMYK 0.29 0.51 0 0.01
HSL 265.31º 0.96% 0.74% -
HSV(B) 265.31º 0.51% 0.99% -
XYZ 43.14 30.91 95.79 -
YUV 154.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 178 124 252 0.29 0.51 0 0.01 265.31 0.96 0.74
Hex B2 7C FC 1D 33 0 1 109 60 4A
Octal 262 174 374 35 63 0 1 411 140 112
Binary 10110010 1111100 11111100 11101 110011 0 1 100001001 1100000 1001010

Color Harmonies of #B27CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CFC

Black with #B27CFC

Text Example


Text Example

White with #B27CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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