Html Css Color HEX #BD267E Medium Red Violet

📋 copy color: '#BD267E'

red 189 ◦ green 38 ◦ blue 126

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

Shades of Medium Red Violet #BD267E

Tints of Medium Red Violet #BD267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 53.54%
G = 10.76%
B = 35.69%

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

#BD267E (or 0xBD267E) is known color: Medium Red Violet. HEX triplet: BD, 26 and 7E. RGB value is (189,38,126). Sum of RGB (Red+Green+Blue) = 189+38+126=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD267E is #42D981. Grayscale: #5C5C5C. Windows color (decimal): -4381058 or 8267453. OLE color: 8267453.

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

Color convert

RGB 189 38 126 -
CMYK 0 0.80 0.33 0.26
HSL 325.03º 0.67% 0.45% -
HSV(B) 325.03º 0.8% 0.74% -
XYZ 25.45 13.71 21.04 -
YUV 93.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 189 38 126 0 0.80 0.33 0.26 325.03 0.67 0.45
Hex BD 26 7E 0 50 21 1A 145 43 2D
Octal 275 46 176 0 120 41 32 505 103 55
Binary 10111101 100110 1111110 0 1010000 100001 11010 101000101 1000011 101101

Color Harmonies of #BD267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD267E

Black with #BD267E

Text Example


Text Example

White with #BD267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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