Html Css Color HEX #B30CCF Deep Magenta

📋 copy color: '#B30CCF'

red 179 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #B30CCF

Tints of Deep Magenta #B30CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 44.97%
G = 3.02%
B = 52.01%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B30CCF (or 0xB30CCF) is known color: Deep Magenta. HEX triplet: B3, 0C and CF. RGB value is (179,12,207). Sum of RGB (Red+Green+Blue) = 179+12+207=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B30CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCF is #4CF330. Grayscale: #535353. Windows color (decimal): -5042993 or 13569203. OLE color: 13569203.

HSL color Cylindrical-coordinate representation of color #B30CCF: hue angle of 291.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CCF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 12 207 -
CMYK 0.14 0.94 0 0.19
HSL 291.38º 0.89% 0.43% -
HSV(B) 291.38º 0.94% 0.81% -
XYZ 29.98 14.35 60.22 -
YUV 84.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 179 12 207 0.14 0.94 0 0.19 291.38 0.89 0.43
Hex B3 C CF E 5E 0 13 123 59 2B
Octal 263 14 317 16 136 0 23 443 131 53
Binary 10110011 1100 11001111 1110 1011110 0 10011 100100011 1011001 101011

Color Harmonies of #B30CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CCF

Black with #B30CCF

Text Example


Text Example

White with #B30CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CCF; }

 p { color: rgb(179,12,207); }

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

background-color css

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

 a { background-color: rgb(179,12,207); }

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

border-color css

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

 span { border-color: rgb(179,12,207); }

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