Html Css Color HEX #BF47A2 Mulberry

📋 copy color: '#BF47A2'

red 191 ◦ green 71 ◦ blue 162

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

Shades of Mulberry #BF47A2

Tints of Mulberry #BF47A2

RGB

 RED value IS 191 (75% from 255) = 45.05%

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 45.05%
G = 16.75%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF47A2 (or 0xBF47A2) is known color: Mulberry. HEX triplet: BF, 47 and A2. RGB value is (191,71,162). Sum of RGB (Red+Green+Blue) = 191+71+162=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47A2 is #40B85D. Grayscale: #757575. Windows color (decimal): -4241502 or 10635199. OLE color: 10635199.

HSL color Cylindrical-coordinate representation of color #BF47A2: hue angle of 314.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47A2 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 162 -
CMYK 0 0.63 0.15 0.25
HSL 314.5º 0.48% 0.51% -
HSV(B) 314.5º 0.63% 0.75% -
XYZ 30.26 18.19 36.1 -
YUV 117.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 191 71 162 0 0.63 0.15 0.25 314.5 0.48 0.51
Hex BF 47 A2 0 3F F 19 13A 30 33
Octal 277 107 242 0 77 17 31 472 60 63
Binary 10111111 1000111 10100010 0 111111 1111 11001 100111010 110000 110011

Color Harmonies of #BF47A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47A2

Black with #BF47A2

Text Example


Text Example

White with #BF47A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47A2; }

 p { color: rgb(191,71,162); }

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

background-color css

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

 a { background-color: rgb(191,71,162); }

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

border-color css

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

 span { border-color: rgb(191,71,162); }

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