Html Css Color HEX #BD007E Medium Violet Red

📋 copy color: '#BD007E'

red 189 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #BD007E

Tints of Medium Violet Red #BD007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD007E (or 0xBD007E) is known color: Medium Violet Red. HEX triplet: BD, 00 and 7E. RGB value is (189,0,126). Sum of RGB (Red+Green+Blue) = 189+0+126=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007E is #42FF81. Grayscale: #464646. Windows color (decimal): -4390786 or 8257725. OLE color: 8257725.

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

Color convert

RGB 189 0 126 -
CMYK 0 1 0.33 0.26
HSL 320º 1% 0.37% -
HSV(B) 320º 1% 0.74% -
XYZ 24.75 12.33 20.81 -
YUV 70.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 189 0 126 0 1 0.33 0.26 320 1 0.37
Hex BD 0 7E 0 64 21 1A 140 64 25
Octal 275 0 176 0 144 41 32 500 144 45
Binary 10111101 0 1111110 0 1100100 100001 11010 101000000 1100100 100101

Color Harmonies of #BD007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD007E

Black with #BD007E

Text Example


Text Example

White with #BD007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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