Html Css Color HEX #B321D0 Dark Orchid

📋 copy color: '#B321D0'

red 179 ◦ green 33 ◦ blue 208

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

Shades of Dark Orchid #B321D0

Tints of Dark Orchid #B321D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 42.62%
G = 7.86%
B = 49.52%

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

#B321D0 (or 0xB321D0) is known color: Dark Orchid. HEX triplet: B3, 21 and D0. RGB value is (179,33,208). Sum of RGB (Red+Green+Blue) = 179+33+208=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #B321D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321D0 is #4CDE2F. Grayscale: #606060. Windows color (decimal): -5037616 or 13640115. OLE color: 13640115.

HSL color Cylindrical-coordinate representation of color #B321D0: hue angle of 290.06º 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 #B321D0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 33 208 -
CMYK 0.14 0.84 0 0.18
HSL 290.06º 0.73% 0.47% -
HSV(B) 290.06º 0.84% 0.82% -
XYZ 30.52 15.23 61 -
YUV 96.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 179 33 208 0.14 0.84 0 0.18 290.06 0.73 0.47
Hex B3 21 D0 E 54 0 12 122 49 2F
Octal 263 41 320 16 124 0 22 442 111 57
Binary 10110011 100001 11010000 1110 1010100 0 10010 100100010 1001001 101111

Color Harmonies of #B321D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321D0

Black with #B321D0

Text Example


Text Example

White with #B321D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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