Html Css Color HEX #BD0098 Medium Violet Red

📋 copy color: '#BD0098'

red 189 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #BD0098

Tints of Medium Violet Red #BD0098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 55.43%
G = 0%
B = 44.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0098 (or 0xBD0098) is known color: Medium Violet Red. HEX triplet: BD, 00 and 98. RGB value is (189,0,152). Sum of RGB (Red+Green+Blue) = 189+0+152=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0098 is #42FF67. Grayscale: #494949. Windows color (decimal): -4390760 or 9961661. OLE color: 9961661.

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

Color convert

RGB 189 0 152 -
CMYK 0 1 0.20 0.26
HSL 311.75º 1% 0.37% -
HSV(B) 311.75º 1% 0.74% -
XYZ 26.65 13.09 30.83 -
YUV 73.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 189 0 152 0 1 0.20 0.26 311.75 1 0.37
Hex BD 0 98 0 64 14 1A 138 64 25
Octal 275 0 230 0 144 24 32 470 144 45
Binary 10111101 0 10011000 0 1100100 10100 11010 100111000 1100100 100101

Color Harmonies of #BD0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0098

Black with #BD0098

Text Example


Text Example

White with #BD0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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