Html Css Color HEX #B321C2 Dark Orchid

📋 copy color: '#B321C2'

red 179 ◦ green 33 ◦ blue 194

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

Shades of Dark Orchid #B321C2

Tints of Dark Orchid #B321C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 44.09%
G = 8.13%
B = 47.78%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B321C2 (or 0xB321C2) is known color: Dark Orchid. HEX triplet: B3, 21 and C2. RGB value is (179,33,194). Sum of RGB (Red+Green+Blue) = 179+33+194=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #B321C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321C2 is #4CDE3D. Grayscale: #5E5E5E. Windows color (decimal): -5037630 or 12722611. OLE color: 12722611.

HSL color Cylindrical-coordinate representation of color #B321C2: hue angle of 294.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B321C2 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 33 194 -
CMYK 0.08 0.83 0 0.24
HSL 294.41º 0.71% 0.45% -
HSV(B) 294.41º 0.83% 0.76% -
XYZ 28.87 14.57 52.33 -
YUV 95.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 179 33 194 0.08 0.83 0 0.24 294.41 0.71 0.45
Hex B3 21 C2 8 53 0 18 126 47 2D
Octal 263 41 302 10 123 0 30 446 107 55
Binary 10110011 100001 11000010 1000 1010011 0 11000 100100110 1000111 101101

Color Harmonies of #B321C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321C2

Black with #B321C2

Text Example


Text Example

White with #B321C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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