Html Css Color HEX #BD269F Medium Red Violet

📋 copy color: '#BD269F'

red 189 ◦ green 38 ◦ blue 159

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

Shades of Medium Red Violet #BD269F

Tints of Medium Red Violet #BD269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 48.96%
G = 9.84%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD269F (or 0xBD269F) is known color: Medium Red Violet. HEX triplet: BD, 26 and 9F. RGB value is (189,38,159). Sum of RGB (Red+Green+Blue) = 189+38+159=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD269F is #42D960. Grayscale: #606060. Windows color (decimal): -4381025 or 10430141. OLE color: 10430141.

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

Color convert

RGB 189 38 159 -
CMYK 0 0.80 0.16 0.26
HSL 311.92º 0.67% 0.45% -
HSV(B) 311.92º 0.8% 0.74% -
XYZ 27.94 14.71 34.17 -
YUV 96.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 189 38 159 0 0.80 0.16 0.26 311.92 0.67 0.45
Hex BD 26 9F 0 50 10 1A 138 43 2D
Octal 275 46 237 0 120 20 32 470 103 55
Binary 10111101 100110 10011111 0 1010000 10000 11010 100111000 1000011 101101

Color Harmonies of #BD269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD269F

Black with #BD269F

Text Example


Text Example

White with #BD269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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