Html Css Color HEX #B321CC Dark Orchid

📋 copy color: '#B321CC'

red 179 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #B321CC

Tints of Dark Orchid #B321CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 43.03%
G = 7.93%
B = 49.04%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B321CC (or 0xB321CC) is known color: Dark Orchid. HEX triplet: B3, 21 and CC. RGB value is (179,33,204). Sum of RGB (Red+Green+Blue) = 179+33+204=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #B321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321CC is #4CDE33. Grayscale: #5F5F5F. Windows color (decimal): -5037620 or 13377971. OLE color: 13377971.

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

Color convert

RGB 179 33 204 -
CMYK 0.12 0.84 0 0.2
HSL 291.23º 0.72% 0.46% -
HSV(B) 291.23º 0.84% 0.8% -
XYZ 30.03 15.03 58.45 -
YUV 96.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 179 33 204 0.12 0.84 0 0.2 291.23 0.72 0.46
Hex B3 21 CC C 54 0 14 123 48 2E
Octal 263 41 314 14 124 0 24 443 110 56
Binary 10110011 100001 11001100 1100 1010100 0 10100 100100011 1001000 101110

Color Harmonies of #B321CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321CC

Black with #B321CC

Text Example


Text Example

White with #B321CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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