Html Css Color HEX #BF23CC Deep Magenta

📋 copy color: '#BF23CC'

red 191 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #BF23CC

Tints of Deep Magenta #BF23CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 44.42%
G = 8.14%
B = 47.44%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF23CC (or 0xBF23CC) is known color: Deep Magenta. HEX triplet: BF, 23 and CC. RGB value is (191,35,204). Sum of RGB (Red+Green+Blue) = 191+35+204=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF23CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23CC is #40DC33. Grayscale: #646464. Windows color (decimal): -4250676 or 13378495. OLE color: 13378495.

HSL color Cylindrical-coordinate representation of color #BF23CC: hue angle of 295.38º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF23CC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 35 204 -
CMYK 0.06 0.83 0 0.2
HSL 295.38º 0.71% 0.47% -
HSV(B) 295.38º 0.83% 0.8% -
XYZ 32.99 16.64 58.6 -
YUV 100.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 191 35 204 0.06 0.83 0 0.2 295.38 0.71 0.47
Hex BF 23 CC 6 53 0 14 127 47 2F
Octal 277 43 314 6 123 0 24 447 107 57
Binary 10111111 100011 11001100 110 1010011 0 10100 100100111 1000111 101111

Color Harmonies of #BF23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF23CC

Black with #BF23CC

Text Example


Text Example

White with #BF23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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