Html Css Color HEX #B735A4 Medium Red Violet

📋 copy color: '#B735A4'

red 183 ◦ green 53 ◦ blue 164

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

Shades of Medium Red Violet #B735A4

Tints of Medium Red Violet #B735A4

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

 GREEN value IS 53 (21.09% from 255) = 13.25%

 BLUE value IS 164 (64.45% from 255) = 41%

R = 45.75%
G = 13.25%
B = 41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B735A4 (or 0xB735A4) is known color: Medium Red Violet. HEX triplet: B7, 35 and A4. RGB value is (183,53,164). Sum of RGB (Red+Green+Blue) = 183+53+164=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B735A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735A4 is #48CA5B. Grayscale: #686868. Windows color (decimal): -4770396 or 10761655. OLE color: 10761655.

HSL color Cylindrical-coordinate representation of color #B735A4: hue angle of 308.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B735A4 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 164 -
CMYK 0 0.71 0.10 0.28
HSL 308.77º 0.55% 0.46% -
HSV(B) 308.77º 0.71% 0.72% -
XYZ 27.5 15.29 36.62 -
YUV 104.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 183 53 164 0 0.71 0.10 0.28 308.77 0.55 0.46
Hex B7 35 A4 0 47 A 1C 135 37 2E
Octal 267 65 244 0 107 12 34 465 67 56
Binary 10110111 110101 10100100 0 1000111 1010 11100 100110101 110111 101110

Color Harmonies of #B735A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B735A4

Black with #B735A4

Text Example


Text Example

White with #B735A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B735A4; }

 p { color: rgb(183,53,164); }

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

background-color css

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

 a { background-color: rgb(183,53,164); }

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

border-color css

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

 span { border-color: rgb(183,53,164); }

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