Html Css Color HEX #B321D1 Dark Orchid

📋 copy color: '#B321D1'

red 179 ◦ green 33 ◦ blue 209

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

Shades of Dark Orchid #B321D1

Tints of Dark Orchid #B321D1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.84%

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 42.52%
G = 7.84%
B = 49.64%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B321D1 (or 0xB321D1) is known color: Dark Orchid. HEX triplet: B3, 21 and D1. RGB value is (179,33,209). Sum of RGB (Red+Green+Blue) = 179+33+209=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #B321D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321D1 is #4CDE2E. Grayscale: #606060. Windows color (decimal): -5037615 or 13705651. OLE color: 13705651.

HSL color Cylindrical-coordinate representation of color #B321D1: hue angle of 289.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B321D1 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 33 209 -
CMYK 0.14 0.84 0 0.18
HSL 289.77º 0.73% 0.47% -
HSV(B) 289.77º 0.84% 0.82% -
XYZ 30.64 15.27 61.65 -
YUV 96.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 179 33 209 0.14 0.84 0 0.18 289.77 0.73 0.47
Hex B3 21 D1 E 54 0 12 122 49 2F
Octal 263 41 321 16 124 0 22 442 111 57
Binary 10110011 100001 11010001 1110 1010100 0 10010 100100010 1001001 101111

Color Harmonies of #B321D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321D1

Black with #B321D1

Text Example


Text Example

White with #B321D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321D1; }

 p { color: rgb(179,33,209); }

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

background-color css

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

 a { background-color: rgb(179,33,209); }

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

border-color css

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

 span { border-color: rgb(179,33,209); }

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