Html Css Color HEX #BD3EA3 Mulberry

📋 copy color: '#BD3EA3'

red 189 ◦ green 62 ◦ blue 163

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

Shades of Mulberry #BD3EA3

Tints of Mulberry #BD3EA3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 45.65%
G = 14.98%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD3EA3 (or 0xBD3EA3) is known color: Mulberry. HEX triplet: BD, 3E and A3. RGB value is (189,62,163). Sum of RGB (Red+Green+Blue) = 189+62+163=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA3 is #42C15C. Grayscale: #6F6F6F. Windows color (decimal): -4374877 or 10698429. OLE color: 10698429.

HSL color Cylindrical-coordinate representation of color #BD3EA3: hue angle of 312.28º degrees, saturation: 0.51, 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 #BD3EA3 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 163 -
CMYK 0 0.67 0.14 0.26
HSL 312.28º 0.51% 0.49% -
HSV(B) 312.28º 0.67% 0.74% -
XYZ 29.32 16.91 36.37 -
YUV 111.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 189 62 163 0 0.67 0.14 0.26 312.28 0.51 0.49
Hex BD 3E A3 0 43 E 1A 138 33 31
Octal 275 76 243 0 103 16 32 470 63 61
Binary 10111101 111110 10100011 0 1000011 1110 11010 100111000 110011 110001

Color Harmonies of #BD3EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EA3

Black with #BD3EA3

Text Example


Text Example

White with #BD3EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EA3; }

 p { color: rgb(189,62,163); }

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

background-color css

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

 a { background-color: rgb(189,62,163); }

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

border-color css

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

 span { border-color: rgb(189,62,163); }

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