Html Css Color HEX #B328E1 Dark Orchid

📋 copy color: '#B328E1'

red 179 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #B328E1

Tints of Dark Orchid #B328E1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.01%

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 40.32%
G = 9.01%
B = 50.68%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B328E1 (or 0xB328E1) is known color: Dark Orchid. HEX triplet: B3, 28 and E1. RGB value is (179,40,225). Sum of RGB (Red+Green+Blue) = 179+40+225=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #B328E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328E1 is #4CD71E. Grayscale: #666666. Windows color (decimal): -5035807 or 14756019. OLE color: 14756019.

HSL color Cylindrical-coordinate representation of color #B328E1: hue angle of 285.08º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B328E1 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 40 225 -
CMYK 0.20 0.82 0 0.12
HSL 285.08º 0.76% 0.52% -
HSV(B) 285.08º 0.82% 0.88% -
XYZ 32.94 16.54 72.69 -
YUV 102.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 179 40 225 0.20 0.82 0 0.12 285.08 0.76 0.52
Hex B3 28 E1 14 52 0 C 11D 4C 34
Octal 263 50 341 24 122 0 14 435 114 64
Binary 10110011 101000 11100001 10100 1010010 0 1100 100011101 1001100 110100

Color Harmonies of #B328E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328E1

Black with #B328E1

Text Example


Text Example

White with #B328E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328E1; }

 p { color: rgb(179,40,225); }

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

background-color css

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

 a { background-color: rgb(179,40,225); }

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

border-color css

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

 span { border-color: rgb(179,40,225); }

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