Html Css Color HEX #B325DB Dark Orchid

📋 copy color: '#B325DB'

red 179 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B325DB

Tints of Dark Orchid #B325DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 41.15%
G = 8.51%
B = 50.34%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B325DB (or 0xB325DB) is known color: Dark Orchid. HEX triplet: B3, 25 and DB. RGB value is (179,37,219). Sum of RGB (Red+Green+Blue) = 179+37+219=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B325DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325DB is #4CDA24. Grayscale: #636363. Windows color (decimal): -5036581 or 14362035. OLE color: 14362035.

HSL color Cylindrical-coordinate representation of color #B325DB: hue angle of 286.81º 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 #B325DB is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 37 219 -
CMYK 0.18 0.83 0 0.14
HSL 286.81º 0.72% 0.5% -
HSV(B) 286.81º 0.83% 0.86% -
XYZ 32.04 16.02 68.42 -
YUV 100.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 179 37 219 0.18 0.83 0 0.14 286.81 0.72 0.5
Hex B3 25 DB 12 53 0 E 11F 48 32
Octal 263 45 333 22 123 0 16 437 110 62
Binary 10110011 100101 11011011 10010 1010011 0 1110 100011111 1001000 110010

Color Harmonies of #B325DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325DB

Black with #B325DB

Text Example


Text Example

White with #B325DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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