Html Css Color HEX #BD268F Medium Red Violet

📋 copy color: '#BD268F'

red 189 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #BD268F

Tints of Medium Red Violet #BD268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 51.08%
G = 10.27%
B = 38.65%

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

#BD268F (or 0xBD268F) is known color: Medium Red Violet. HEX triplet: BD, 26 and 8F. RGB value is (189,38,143). Sum of RGB (Red+Green+Blue) = 189+38+143=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268F is #42D970. Grayscale: #5E5E5E. Windows color (decimal): -4381041 or 9381565. OLE color: 9381565.

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

Color convert

RGB 189 38 143 -
CMYK 0 0.80 0.24 0.26
HSL 318.28º 0.67% 0.45% -
HSV(B) 318.28º 0.8% 0.74% -
XYZ 26.64 14.19 27.32 -
YUV 95.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 189 38 143 0 0.80 0.24 0.26 318.28 0.67 0.45
Hex BD 26 8F 0 50 18 1A 13E 43 2D
Octal 275 46 217 0 120 30 32 476 103 55
Binary 10111101 100110 10001111 0 1010000 11000 11010 100111110 1000011 101101

Color Harmonies of #BD268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD268F

Black with #BD268F

Text Example


Text Example

White with #BD268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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