Html Css Color HEX #B328DF Dark Orchid

📋 copy color: '#B328DF'

red 179 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #B328DF

Tints of Dark Orchid #B328DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 40.5%
G = 9.05%
B = 50.45%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B328DF (or 0xB328DF) is known color: Dark Orchid. HEX triplet: B3, 28 and DF. RGB value is (179,40,223). Sum of RGB (Red+Green+Blue) = 179+40+223=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #B328DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328DF is #4CD720. Grayscale: #656565. Windows color (decimal): -5035809 or 14624947. OLE color: 14624947.

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

Color convert

RGB 179 40 223 -
CMYK 0.20 0.82 0 0.13
HSL 285.57º 0.74% 0.52% -
HSV(B) 285.57º 0.82% 0.87% -
XYZ 32.67 16.43 71.26 -
YUV 102.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 179 40 223 0.20 0.82 0 0.13 285.57 0.74 0.52
Hex B3 28 DF 14 52 0 D 11E 4A 34
Octal 263 50 337 24 122 0 15 436 112 64
Binary 10110011 101000 11011111 10100 1010010 0 1101 100011110 1001010 110100

Color Harmonies of #B328DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328DF

Black with #B328DF

Text Example


Text Example

White with #B328DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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