Html Css Color HEX #BD258F Medium Red Violet

📋 copy color: '#BD258F'

red 189 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #BD258F

Tints of Medium Red Violet #BD258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 51.22%
G = 10.03%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD258F (or 0xBD258F) is known color: Medium Red Violet. HEX triplet: BD, 25 and 8F. RGB value is (189,37,143). Sum of RGB (Red+Green+Blue) = 189+37+143=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD258F is #42DA70. Grayscale: #5E5E5E. Windows color (decimal): -4381297 or 9381309. OLE color: 9381309.

HSL color Cylindrical-coordinate representation of color #BD258F: hue angle of 318.16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD258F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 143 -
CMYK 0 0.80 0.24 0.26
HSL 318.16º 0.67% 0.44% -
HSV(B) 318.16º 0.8% 0.74% -
XYZ 26.61 14.13 27.31 -
YUV 94.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 189 37 143 0 0.80 0.24 0.26 318.16 0.67 0.44
Hex BD 25 8F 0 50 18 1A 13E 43 2C
Octal 275 45 217 0 120 30 32 476 103 54
Binary 10111101 100101 10001111 0 1010000 11000 11010 100111110 1000011 101100

Color Harmonies of #BD258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD258F

Black with #BD258F

Text Example


Text Example

White with #BD258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD258F; }

 p { color: rgb(189,37,143); }

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

background-color css

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

 a { background-color: rgb(189,37,143); }

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

border-color css

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

 span { border-color: rgb(189,37,143); }

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