Html Css Color HEX #BD268D Medium Red Violet

📋 copy color: '#BD268D'

red 189 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #BD268D

Tints of Medium Red Violet #BD268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 51.36%
G = 10.33%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD268D (or 0xBD268D) is known color: Medium Red Violet. HEX triplet: BD, 26 and 8D. RGB value is (189,38,141). Sum of RGB (Red+Green+Blue) = 189+38+141=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268D is #42D972. Grayscale: #5E5E5E. Windows color (decimal): -4381043 or 9250493. OLE color: 9250493.

HSL color Cylindrical-coordinate representation of color #BD268D: hue angle of 319.07º 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 #BD268D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 141 -
CMYK 0 0.80 0.25 0.26
HSL 319.07º 0.67% 0.45% -
HSV(B) 319.07º 0.8% 0.74% -
XYZ 26.49 14.13 26.53 -
YUV 94.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 189 38 141 0 0.80 0.25 0.26 319.07 0.67 0.45
Hex BD 26 8D 0 50 19 1A 13F 43 2D
Octal 275 46 215 0 120 31 32 477 103 55
Binary 10111101 100110 10001101 0 1010000 11001 11010 100111111 1000011 101101

Color Harmonies of #BD268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD268D

Black with #BD268D

Text Example


Text Example

White with #BD268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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