Html Css Color HEX #B04287 Medium Red Violet

📋 copy color: '#B04287'

red 176 ◦ green 66 ◦ blue 135

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

Shades of Medium Red Violet #B04287

Tints of Medium Red Violet #B04287

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 46.68%
G = 17.51%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B04287 (or 0xB04287) is known color: Medium Red Violet. HEX triplet: B0, 42 and 87. RGB value is (176,66,135). Sum of RGB (Red+Green+Blue) = 176+66+135=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04287 is #4FBD78. Grayscale: #6A6A6A. Windows color (decimal): -5225849 or 8864432. OLE color: 8864432.

HSL color Cylindrical-coordinate representation of color #B04287: hue angle of 322.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04287 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 135 -
CMYK 0 0.62 0.23 0.31
HSL 322.36º 0.45% 0.47% -
HSV(B) 322.36º 0.63% 0.69% -
XYZ 24.23 14.88 24.52 -
YUV 106.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 176 66 135 0 0.62 0.23 0.31 322.36 0.45 0.47
Hex B0 42 87 0 3E 17 1F 142 2D 2F
Octal 260 102 207 0 76 27 37 502 55 57
Binary 10110000 1000010 10000111 0 111110 10111 11111 101000010 101101 101111

Color Harmonies of #B04287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04287

Black with #B04287

Text Example


Text Example

White with #B04287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04287; }

 p { color: rgb(176,66,135); }

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

background-color css

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

 a { background-color: rgb(176,66,135); }

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

border-color css

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

 span { border-color: rgb(176,66,135); }

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