Html Css Color HEX #B27CFD Medium Purple

📋 copy color: '#B27CFD'

red 178 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #B27CFD

Tints of Medium Purple #B27CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 32.07%
G = 22.34%
B = 45.59%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B27CFD (or 0xB27CFD) is known color: Medium Purple. HEX triplet: B2, 7C and FD. RGB value is (178,124,253). Sum of RGB (Red+Green+Blue) = 178+124+253=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B27CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CFD is #4D8302. Grayscale: #9A9A9A. Windows color (decimal): -5079811 or 16612530. OLE color: 16612530.

HSL color Cylindrical-coordinate representation of color #B27CFD: hue angle of 265.12º degrees, saturation: 0.97, 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 #B27CFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 124 253 -
CMYK 0.30 0.51 0 0.01
HSL 265.12º 0.97% 0.74% -
HSV(B) 265.12º 0.51% 0.99% -
XYZ 43.3 30.97 96.62 -
YUV 154.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 178 124 253 0.30 0.51 0 0.01 265.12 0.97 0.74
Hex B2 7C FD 1E 33 0 1 109 61 4A
Octal 262 174 375 36 63 0 1 411 141 112
Binary 10110010 1111100 11111101 11110 110011 0 1 100001001 1100001 1001010

Color Harmonies of #B27CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CFD

Black with #B27CFD

Text Example


Text Example

White with #B27CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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