Html Css Color HEX #B321BA Dark Orchid

📋 copy color: '#B321BA'

red 179 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #B321BA

Tints of Dark Orchid #B321BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 44.97%
G = 8.29%
B = 46.73%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B321BA (or 0xB321BA) is known color: Dark Orchid. HEX triplet: B3, 21 and BA. RGB value is (179,33,186). Sum of RGB (Red+Green+Blue) = 179+33+186=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B321BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BA is #4CDE45. Grayscale: #5D5D5D. Windows color (decimal): -5037638 or 12198323. OLE color: 12198323.

HSL color Cylindrical-coordinate representation of color #B321BA: hue angle of 297.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321BA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 33 186 -
CMYK 0.04 0.82 0 0.27
HSL 297.25º 0.7% 0.43% -
HSV(B) 297.25º 0.82% 0.73% -
XYZ 28 14.22 47.72 -
YUV 94.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 179 33 186 0.04 0.82 0 0.27 297.25 0.7 0.43
Hex B3 21 BA 4 52 0 1B 129 46 2B
Octal 263 41 272 4 122 0 33 451 106 53
Binary 10110011 100001 10111010 100 1010010 0 11011 100101001 1000110 101011

Color Harmonies of #B321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321BA

Black with #B321BA

Text Example


Text Example

White with #B321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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