Html Css Color HEX #B321CE Dark Orchid

📋 copy color: '#B321CE'

red 179 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #B321CE

Tints of Dark Orchid #B321CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 42.82%
G = 7.89%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B321CE (or 0xB321CE) is known color: Dark Orchid. HEX triplet: B3, 21 and CE. RGB value is (179,33,206). Sum of RGB (Red+Green+Blue) = 179+33+206=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B321CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321CE is #4CDE31. Grayscale: #5F5F5F. Windows color (decimal): -5037618 or 13509043. OLE color: 13509043.

HSL color Cylindrical-coordinate representation of color #B321CE: hue angle of 290.64º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B321CE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 33 206 -
CMYK 0.13 0.84 0 0.19
HSL 290.64º 0.72% 0.47% -
HSV(B) 290.64º 0.84% 0.81% -
XYZ 30.27 15.13 59.72 -
YUV 96.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 179 33 206 0.13 0.84 0 0.19 290.64 0.72 0.47
Hex B3 21 CE D 54 0 13 123 48 2F
Octal 263 41 316 15 124 0 23 443 110 57
Binary 10110011 100001 11001110 1101 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B321CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321CE

Black with #B321CE

Text Example


Text Example

White with #B321CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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