Html Css Color HEX #B320C4 Dark Orchid

📋 copy color: '#B320C4'

red 179 ◦ green 32 ◦ blue 196

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

Shades of Dark Orchid #B320C4

Tints of Dark Orchid #B320C4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.86%

 BLUE value IS 196 (76.95% from 255) = 48.16%

R = 43.98%
G = 7.86%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B320C4 (or 0xB320C4) is known color: Dark Orchid. HEX triplet: B3, 20 and C4. RGB value is (179,32,196). Sum of RGB (Red+Green+Blue) = 179+32+196=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #B320C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320C4 is #4CDF3B. Grayscale: #5E5E5E. Windows color (decimal): -5037884 or 12853427. OLE color: 12853427.

HSL color Cylindrical-coordinate representation of color #B320C4: hue angle of 293.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320C4 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 32 196 -
CMYK 0.09 0.84 0 0.23
HSL 293.78º 0.72% 0.45% -
HSV(B) 293.78º 0.84% 0.77% -
XYZ 29.07 14.6 53.51 -
YUV 94.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 179 32 196 0.09 0.84 0 0.23 293.78 0.72 0.45
Hex B3 20 C4 9 54 0 17 126 48 2D
Octal 263 40 304 11 124 0 27 446 110 55
Binary 10110011 100000 11000100 1001 1010100 0 10111 100100110 1001000 101101

Color Harmonies of #B320C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320C4

Black with #B320C4

Text Example


Text Example

White with #B320C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320C4; }

 p { color: rgb(179,32,196); }

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

background-color css

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

 a { background-color: rgb(179,32,196); }

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

border-color css

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

 span { border-color: rgb(179,32,196); }

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