Html Css Color HEX #BD27CB Deep Magenta

📋 copy color: '#BD27CB'

red 189 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #BD27CB

Tints of Deep Magenta #BD27CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

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

R = 43.85%
G = 9.05%
B = 47.1%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD27CB (or 0xBD27CB) is known color: Deep Magenta. HEX triplet: BD, 27 and CB. RGB value is (189,39,203). Sum of RGB (Red+Green+Blue) = 189+39+203=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27CB is #42D834. Grayscale: #666666. Windows color (decimal): -4380725 or 13313981. OLE color: 13313981.

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

Color convert

RGB 189 39 203 -
CMYK 0.07 0.81 0 0.20
HSL 294.88º 0.68% 0.47% -
HSV(B) 294.88º 0.81% 0.8% -
XYZ 32.49 16.58 57.99 -
YUV 102.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 189 39 203 0.07 0.81 0 0.20 294.88 0.68 0.47
Hex BD 27 CB 7 51 0 14 127 44 2F
Octal 275 47 313 7 121 0 24 447 104 57
Binary 10111101 100111 11001011 111 1010001 0 10100 100100111 1000100 101111

Color Harmonies of #BD27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27CB

Black with #BD27CB

Text Example


Text Example

White with #BD27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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