Html Css Color HEX #BF08CC Deep Magenta

📋 copy color: '#BF08CC'

red 191 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #BF08CC

Tints of Deep Magenta #BF08CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

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

R = 47.39%
G = 1.99%
B = 50.62%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF08CC (or 0xBF08CC) is known color: Deep Magenta. HEX triplet: BF, 08 and CC. RGB value is (191,8,204). Sum of RGB (Red+Green+Blue) = 191+8+204=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08CC is #40F733. Grayscale: #545454. Windows color (decimal): -4257588 or 13371583. OLE color: 13371583.

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

Color convert

RGB 191 8 204 -
CMYK 0.06 0.96 0 0.2
HSL 296.02º 0.92% 0.42% -
HSV(B) 296.02º 0.96% 0.8% -
XYZ 32.47 15.61 58.43 -
YUV 85.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 191 8 204 0.06 0.96 0 0.2 296.02 0.92 0.42
Hex BF 8 CC 6 60 0 14 128 5C 2A
Octal 277 10 314 6 140 0 24 450 134 52
Binary 10111111 1000 11001100 110 1100000 0 10100 100101000 1011100 101010

Color Harmonies of #BF08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08CC

Black with #BF08CC

Text Example


Text Example

White with #BF08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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