Html Css Color HEX #BD267F Medium Red Violet

📋 copy color: '#BD267F'

red 189 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #BD267F

Tints of Medium Red Violet #BD267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 53.39%
G = 10.73%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD267F (or 0xBD267F) is known color: Medium Red Violet. HEX triplet: BD, 26 and 7F. RGB value is (189,38,127). Sum of RGB (Red+Green+Blue) = 189+38+127=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD267F is #42D980. Grayscale: #5D5D5D. Windows color (decimal): -4381057 or 8332989. OLE color: 8332989.

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

Color convert

RGB 189 38 127 -
CMYK 0 0.80 0.33 0.26
HSL 324.64º 0.67% 0.45% -
HSV(B) 324.64º 0.8% 0.74% -
XYZ 25.51 13.74 21.39 -
YUV 93.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 189 38 127 0 0.80 0.33 0.26 324.64 0.67 0.45
Hex BD 26 7F 0 50 21 1A 145 43 2D
Octal 275 46 177 0 120 41 32 505 103 55
Binary 10111101 100110 1111111 0 1010000 100001 11010 101000101 1000011 101101

Color Harmonies of #BD267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD267F

Black with #BD267F

Text Example


Text Example

White with #BD267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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