Html Css Color HEX #B308CB Deep Magenta

📋 copy color: '#B308CB'

red 179 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #B308CB

Tints of Deep Magenta #B308CB

RGB

 RED value IS 179 (70.31% from 255) = 45.9%

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

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

R = 45.9%
G = 2.05%
B = 52.05%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B308CB (or 0xB308CB) is known color: Deep Magenta. HEX triplet: B3, 08 and CB. RGB value is (179,8,203). Sum of RGB (Red+Green+Blue) = 179+8+203=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #B308CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308CB is #4CF734. Grayscale: #505050. Windows color (decimal): -5044021 or 13306035. OLE color: 13306035.

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

Color convert

RGB 179 8 203 -
CMYK 0.12 0.96 0 0.20
HSL 292.62º 0.92% 0.41% -
HSV(B) 292.62º 0.96% 0.8% -
XYZ 29.46 14.07 57.66 -
YUV 81.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 179 8 203 0.12 0.96 0 0.20 292.62 0.92 0.41
Hex B3 8 CB C 60 0 14 125 5C 29
Octal 263 10 313 14 140 0 24 445 134 51
Binary 10110011 1000 11001011 1100 1100000 0 10100 100100101 1011100 101001

Color Harmonies of #B308CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308CB

Black with #B308CB

Text Example


Text Example

White with #B308CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308CB; }

 p { color: rgb(179,8,203); }

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

background-color css

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

 a { background-color: rgb(179,8,203); }

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

border-color css

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

 span { border-color: rgb(179,8,203); }

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