Html Css Color HEX #BD1CCF Deep Magenta

📋 copy color: '#BD1CCF'

red 189 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #BD1CCF

Tints of Deep Magenta #BD1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.6%

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 44.58%
G = 6.6%
B = 48.82%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD1CCF (or 0xBD1CCF) is known color: Deep Magenta. HEX triplet: BD, 1C and CF. RGB value is (189,28,207). Sum of RGB (Red+Green+Blue) = 189+28+207=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CCF is #42E330. Grayscale: #5F5F5F. Windows color (decimal): -4383537 or 13573309. OLE color: 13573309.

HSL color Cylindrical-coordinate representation of color #BD1CCF: hue angle of 293.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1CCF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 28 207 -
CMYK 0.09 0.86 0 0.19
HSL 293.97º 0.76% 0.46% -
HSV(B) 293.97º 0.86% 0.81% -
XYZ 32.66 16.15 60.43 -
YUV 96.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 189 28 207 0.09 0.86 0 0.19 293.97 0.76 0.46
Hex BD 1C CF 9 56 0 13 126 4C 2E
Octal 275 34 317 11 126 0 23 446 114 56
Binary 10111101 11100 11001111 1001 1010110 0 10011 100100110 1001100 101110

Color Harmonies of #BD1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CCF

Black with #BD1CCF

Text Example


Text Example

White with #BD1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CCF; }

 p { color: rgb(189,28,207); }

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

background-color css

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

 a { background-color: rgb(189,28,207); }

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

border-color css

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

 span { border-color: rgb(189,28,207); }

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