Html Css Color HEX #B47BF2 Medium Purple

📋 copy color: '#B47BF2'

red 180 ◦ green 123 ◦ blue 242

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

Shades of Medium Purple #B47BF2

Tints of Medium Purple #B47BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 33.03%
G = 22.57%
B = 44.4%

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

#B47BF2 (or 0xB47BF2) is known color: Medium Purple. HEX triplet: B4, 7B and F2. RGB value is (180,123,242). Sum of RGB (Red+Green+Blue) = 180+123+242=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #B47BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BF2 is #4B840D. Grayscale: #999999. Windows color (decimal): -4949006 or 15891380. OLE color: 15891380.

HSL color Cylindrical-coordinate representation of color #B47BF2: hue angle of 268.74º 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 #B47BF2 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 123 242 -
CMYK 0.26 0.49 0 0.05
HSL 268.74º 0.82% 0.72% -
HSV(B) 268.74º 0.49% 0.95% -
XYZ 41.93 30.28 87.64 -
YUV 153.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 180 123 242 0.26 0.49 0 0.05 268.74 0.82 0.72
Hex B4 7B F2 1A 31 0 5 10D 52 48
Octal 264 173 362 32 61 0 5 415 122 110
Binary 10110100 1111011 11110010 11010 110001 0 101 100001101 1010010 1001000

Color Harmonies of #B47BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BF2

Black with #B47BF2

Text Example


Text Example

White with #B47BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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