Html Css Color HEX #B47CF2 Medium Purple

📋 copy color: '#B47CF2'

red 180 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #B47CF2

Tints of Medium Purple #B47CF2

RGB

 RED value IS 180 (70.7% from 255) = 32.97%

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 32.97%
G = 22.71%
B = 44.32%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B47CF2 (or 0xB47CF2) is known color: Medium Purple. HEX triplet: B4, 7C and F2. RGB value is (180,124,242). Sum of RGB (Red+Green+Blue) = 180+124+242=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #B47CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CF2 is #4B830D. Grayscale: #999999. Windows color (decimal): -4948750 or 15891636. OLE color: 15891636.

HSL color Cylindrical-coordinate representation of color #B47CF2: hue angle of 268.47º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47CF2 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 124 242 -
CMYK 0.26 0.49 0 0.05
HSL 268.47º 0.82% 0.72% -
HSV(B) 268.47º 0.49% 0.95% -
XYZ 42.06 30.53 87.68 -
YUV 154.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 180 124 242 0.26 0.49 0 0.05 268.47 0.82 0.72
Hex B4 7C F2 1A 31 0 5 10C 52 48
Octal 264 174 362 32 61 0 5 414 122 110
Binary 10110100 1111100 11110010 11010 110001 0 101 100001100 1010010 1001000

Color Harmonies of #B47CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CF2

Black with #B47CF2

Text Example


Text Example

White with #B47CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CF2; }

 p { color: rgb(180,124,242); }

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

background-color css

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

 a { background-color: rgb(180,124,242); }

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

border-color css

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

 span { border-color: rgb(180,124,242); }

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