Html Css Color HEX #B325DC Dark Orchid

📋 copy color: '#B325DC'

red 179 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #B325DC

Tints of Dark Orchid #B325DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 41.06%
G = 8.49%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B325DC (or 0xB325DC) is known color: Dark Orchid. HEX triplet: B3, 25 and DC. RGB value is (179,37,220). Sum of RGB (Red+Green+Blue) = 179+37+220=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B325DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325DC is #4CDA23. Grayscale: #636363. Windows color (decimal): -5036580 or 14427571. OLE color: 14427571.

HSL color Cylindrical-coordinate representation of color #B325DC: hue angle of 286.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B325DC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 37 220 -
CMYK 0.19 0.83 0 0.14
HSL 286.56º 0.72% 0.5% -
HSV(B) 286.56º 0.83% 0.86% -
XYZ 32.17 16.07 69.12 -
YUV 100.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 179 37 220 0.19 0.83 0 0.14 286.56 0.72 0.5
Hex B3 25 DC 13 53 0 E 11F 48 32
Octal 263 45 334 23 123 0 16 437 110 62
Binary 10110011 100101 11011100 10011 1010011 0 1110 100011111 1001000 110010

Color Harmonies of #B325DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325DC

Black with #B325DC

Text Example


Text Example

White with #B325DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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