Html Css Color HEX #BD268E Medium Red Violet

📋 copy color: '#BD268E'

red 189 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #BD268E

Tints of Medium Red Violet #BD268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 51.22%
G = 10.3%
B = 38.48%

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

#BD268E (or 0xBD268E) is known color: Medium Red Violet. HEX triplet: BD, 26 and 8E. RGB value is (189,38,142). Sum of RGB (Red+Green+Blue) = 189+38+142=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268E is #42D971. Grayscale: #5E5E5E. Windows color (decimal): -4381042 or 9316029. OLE color: 9316029.

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

Color convert

RGB 189 38 142 -
CMYK 0 0.80 0.25 0.26
HSL 318.68º 0.67% 0.45% -
HSV(B) 318.68º 0.8% 0.74% -
XYZ 26.56 14.16 26.92 -
YUV 95.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 189 38 142 0 0.80 0.25 0.26 318.68 0.67 0.45
Hex BD 26 8E 0 50 19 1A 13F 43 2D
Octal 275 46 216 0 120 31 32 477 103 55
Binary 10111101 100110 10001110 0 1010000 11001 11010 100111111 1000011 101101

Color Harmonies of #BD268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD268E

Black with #BD268E

Text Example


Text Example

White with #BD268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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