Html Css Color HEX #BD268B Medium Red Violet

📋 copy color: '#BD268B'

red 189 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #BD268B

Tints of Medium Red Violet #BD268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 51.64%
G = 10.38%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD268B (or 0xBD268B) is known color: Medium Red Violet. HEX triplet: BD, 26 and 8B. RGB value is (189,38,139). Sum of RGB (Red+Green+Blue) = 189+38+139=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268B is #42D974. Grayscale: #5E5E5E. Windows color (decimal): -4381045 or 9119421. OLE color: 9119421.

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

Color convert

RGB 189 38 139 -
CMYK 0 0.80 0.26 0.26
HSL 319.87º 0.67% 0.45% -
HSV(B) 319.87º 0.8% 0.74% -
XYZ 26.34 14.07 25.75 -
YUV 94.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 189 38 139 0 0.80 0.26 0.26 319.87 0.67 0.45
Hex BD 26 8B 0 50 1A 1A 140 43 2D
Octal 275 46 213 0 120 32 32 500 103 55
Binary 10111101 100110 10001011 0 1010000 11010 11010 101000000 1000011 101101

Color Harmonies of #BD268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD268B

Black with #BD268B

Text Example


Text Example

White with #BD268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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