Html Css Color HEX #BD0274 Medium Violet Red

📋 copy color: '#BD0274'

red 189 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #BD0274

Tints of Medium Violet Red #BD0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 61.56%
G = 0.65%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0274 (or 0xBD0274) is known color: Medium Violet Red. HEX triplet: BD, 02 and 74. RGB value is (189,2,116). Sum of RGB (Red+Green+Blue) = 189+2+116=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0274 is #42FD8B. Grayscale: #464646. Windows color (decimal): -4390284 or 7602877. OLE color: 7602877.

HSL color Cylindrical-coordinate representation of color #BD0274: hue angle of 323.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0274 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 116 -
CMYK 0 0.99 0.39 0.26
HSL 323.42º 0.98% 0.37% -
HSV(B) 323.42º 0.99% 0.74% -
XYZ 24.16 12.12 17.59 -
YUV 70.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 189 2 116 0 0.99 0.39 0.26 323.42 0.98 0.37
Hex BD 2 74 0 63 27 1A 143 62 25
Octal 275 2 164 0 143 47 32 503 142 45
Binary 10111101 10 1110100 0 1100011 100111 11010 101000011 1100010 100101

Color Harmonies of #BD0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0274

Black with #BD0274

Text Example


Text Example

White with #BD0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0274; }

 p { color: rgb(189,2,116); }

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

background-color css

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

 a { background-color: rgb(189,2,116); }

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

border-color css

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

 span { border-color: rgb(189,2,116); }

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