Html Css Color HEX #B325BC Dark Orchid

📋 copy color: '#B325BC'

red 179 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #B325BC

Tints of Dark Orchid #B325BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 44.31%
G = 9.16%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B325BC (or 0xB325BC) is known color: Dark Orchid. HEX triplet: B3, 25 and BC. RGB value is (179,37,188). Sum of RGB (Red+Green+Blue) = 179+37+188=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B325BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325BC is #4CDA43. Grayscale: #606060. Windows color (decimal): -5036612 or 12330419. OLE color: 12330419.

HSL color Cylindrical-coordinate representation of color #B325BC: hue angle of 296.42º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B325BC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 37 188 -
CMYK 0.05 0.80 0 0.26
HSL 296.42º 0.67% 0.44% -
HSV(B) 296.42º 0.8% 0.74% -
XYZ 28.33 14.54 48.89 -
YUV 96.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 179 37 188 0.05 0.80 0 0.26 296.42 0.67 0.44
Hex B3 25 BC 5 50 0 1A 128 43 2C
Octal 263 45 274 5 120 0 32 450 103 54
Binary 10110011 100101 10111100 101 1010000 0 11010 100101000 1000011 101100

Color Harmonies of #B325BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325BC

Black with #B325BC

Text Example


Text Example

White with #B325BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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