Html Css Color HEX #BF23BE Deep Magenta

📋 copy color: '#BF23BE'

red 191 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #BF23BE

Tints of Deep Magenta #BF23BE

RGB

 RED value IS 191 (75% from 255) = 45.91%

 GREEN value IS 35 (14.06% from 255) = 8.41%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 45.91%
G = 8.41%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF23BE (or 0xBF23BE) is known color: Deep Magenta. HEX triplet: BF, 23 and BE. RGB value is (191,35,190). Sum of RGB (Red+Green+Blue) = 191+35+190=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23BE is #40DC41. Grayscale: #626262. Windows color (decimal): -4250690 or 12460991. OLE color: 12460991.

HSL color Cylindrical-coordinate representation of color #BF23BE: hue angle of 300.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF23BE is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 190 -
CMYK 0 0.82 0.01 0.25
HSL 300.38º 0.69% 0.44% -
HSV(B) 300.38º 0.82% 0.75% -
XYZ 31.38 16 50.15 -
YUV 99.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 191 35 190 0 0.82 0.01 0.25 300.38 0.69 0.44
Hex BF 23 BE 0 52 1 19 12C 45 2C
Octal 277 43 276 0 122 1 31 454 105 54
Binary 10111111 100011 10111110 0 1010010 1 11001 100101100 1000101 101100

Color Harmonies of #BF23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF23BE

Black with #BF23BE

Text Example


Text Example

White with #BF23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF23BE; }

 p { color: rgb(191,35,190); }

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

background-color css

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

 a { background-color: rgb(191,35,190); }

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

border-color css

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

 span { border-color: rgb(191,35,190); }

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