Html Css Color HEX #B325C6 Dark Orchid

📋 copy color: '#B325C6'

red 179 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #B325C6

Tints of Dark Orchid #B325C6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 43.24%
G = 8.94%
B = 47.83%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B325C6 (or 0xB325C6) is known color: Dark Orchid. HEX triplet: B3, 25 and C6. RGB value is (179,37,198). Sum of RGB (Red+Green+Blue) = 179+37+198=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #B325C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325C6 is #4CDA39. Grayscale: #616161. Windows color (decimal): -5036602 or 12985779. OLE color: 12985779.

HSL color Cylindrical-coordinate representation of color #B325C6: hue angle of 292.92º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B325C6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 37 198 -
CMYK 0.10 0.81 0 0.22
HSL 292.92º 0.69% 0.46% -
HSV(B) 292.92º 0.81% 0.78% -
XYZ 29.45 14.98 54.77 -
YUV 97.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 179 37 198 0.10 0.81 0 0.22 292.92 0.69 0.46
Hex B3 25 C6 A 51 0 16 125 45 2E
Octal 263 45 306 12 121 0 26 445 105 56
Binary 10110011 100101 11000110 1010 1010001 0 10110 100100101 1000101 101110

Color Harmonies of #B325C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325C6

Black with #B325C6

Text Example


Text Example

White with #B325C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325C6; }

 p { color: rgb(179,37,198); }

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

background-color css

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

 a { background-color: rgb(179,37,198); }

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

border-color css

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

 span { border-color: rgb(179,37,198); }

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