Html Css Color HEX #B321CD Dark Orchid

📋 copy color: '#B321CD'

red 179 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #B321CD

Tints of Dark Orchid #B321CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 42.93%
G = 7.91%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B321CD (or 0xB321CD) is known color: Dark Orchid. HEX triplet: B3, 21 and CD. RGB value is (179,33,205). Sum of RGB (Red+Green+Blue) = 179+33+205=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B321CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321CD is #4CDE32. Grayscale: #5F5F5F. Windows color (decimal): -5037619 or 13443507. OLE color: 13443507.

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

Color convert

RGB 179 33 205 -
CMYK 0.13 0.84 0 0.20
HSL 290.93º 0.72% 0.47% -
HSV(B) 290.93º 0.84% 0.8% -
XYZ 30.15 15.08 59.08 -
YUV 96.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 179 33 205 0.13 0.84 0 0.20 290.93 0.72 0.47
Hex B3 21 CD D 54 0 14 123 48 2F
Octal 263 41 315 15 124 0 24 443 110 57
Binary 10110011 100001 11001101 1101 1010100 0 10100 100100011 1001000 101111

Color Harmonies of #B321CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321CD

Black with #B321CD

Text Example


Text Example

White with #B321CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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