Html Css Color HEX #BD3FA5 Mulberry

📋 copy color: '#BD3FA5'

red 189 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #BD3FA5

Tints of Mulberry #BD3FA5

RGB

 RED value IS 189 (74.22% from 255) = 45.32%

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 165 (64.84% from 255) = 39.57%

R = 45.32%
G = 15.11%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD3FA5 (or 0xBD3FA5) is known color: Mulberry. HEX triplet: BD, 3F and A5. RGB value is (189,63,165). Sum of RGB (Red+Green+Blue) = 189+63+165=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FA5 is #42C05A. Grayscale: #707070. Windows color (decimal): -4374619 or 10829757. OLE color: 10829757.

HSL color Cylindrical-coordinate representation of color #BD3FA5: hue angle of 311.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FA5 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 165 -
CMYK 0 0.67 0.13 0.26
HSL 311.43º 0.5% 0.49% -
HSV(B) 311.43º 0.67% 0.74% -
XYZ 29.56 17.09 37.34 -
YUV 112.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 189 63 165 0 0.67 0.13 0.26 311.43 0.5 0.49
Hex BD 3F A5 0 43 D 1A 137 32 31
Octal 275 77 245 0 103 15 32 467 62 61
Binary 10111101 111111 10100101 0 1000011 1101 11010 100110111 110010 110001

Color Harmonies of #BD3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FA5

Black with #BD3FA5

Text Example


Text Example

White with #BD3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FA5; }

 p { color: rgb(189,63,165); }

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

background-color css

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

 a { background-color: rgb(189,63,165); }

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

border-color css

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

 span { border-color: rgb(189,63,165); }

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