Html Css Color HEX #BD25CB Deep Magenta

📋 copy color: '#BD25CB'

red 189 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #BD25CB

Tints of Deep Magenta #BD25CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.62%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 44.06%
G = 8.62%
B = 47.32%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD25CB (or 0xBD25CB) is known color: Deep Magenta. HEX triplet: BD, 25 and CB. RGB value is (189,37,203). Sum of RGB (Red+Green+Blue) = 189+37+203=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25CB is #42DA34. Grayscale: #646464. Windows color (decimal): -4381237 or 13313469. OLE color: 13313469.

HSL color Cylindrical-coordinate representation of color #BD25CB: hue angle of 294.94º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD25CB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 37 203 -
CMYK 0.07 0.82 0 0.20
HSL 294.94º 0.69% 0.47% -
HSV(B) 294.94º 0.82% 0.8% -
XYZ 32.43 16.45 57.97 -
YUV 101.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 189 37 203 0.07 0.82 0 0.20 294.94 0.69 0.47
Hex BD 25 CB 7 52 0 14 127 45 2F
Octal 275 45 313 7 122 0 24 447 105 57
Binary 10111101 100101 11001011 111 1010010 0 10100 100100111 1000101 101111

Color Harmonies of #BD25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25CB

Black with #BD25CB

Text Example


Text Example

White with #BD25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25CB; }

 p { color: rgb(189,37,203); }

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

background-color css

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

 a { background-color: rgb(189,37,203); }

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

border-color css

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

 span { border-color: rgb(189,37,203); }

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