Html Css Color HEX #B325CB Dark Orchid

📋 copy color: '#B325CB'

red 179 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #B325CB

Tints of Dark Orchid #B325CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 42.72%
G = 8.83%
B = 48.45%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B325CB (or 0xB325CB) is known color: Dark Orchid. HEX triplet: B3, 25 and CB. RGB value is (179,37,203). Sum of RGB (Red+Green+Blue) = 179+37+203=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #B325CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325CB is #4CDA34. Grayscale: #616161. Windows color (decimal): -5036597 or 13313459. OLE color: 13313459.

HSL color Cylindrical-coordinate representation of color #B325CB: hue angle of 291.33º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B325CB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 37 203 -
CMYK 0.12 0.82 0 0.20
HSL 291.33º 0.69% 0.47% -
HSV(B) 291.33º 0.82% 0.8% -
XYZ 30.03 15.22 57.85 -
YUV 98.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 179 37 203 0.12 0.82 0 0.20 291.33 0.69 0.47
Hex B3 25 CB C 52 0 14 123 45 2F
Octal 263 45 313 14 122 0 24 443 105 57
Binary 10110011 100101 11001011 1100 1010010 0 10100 100100011 1000101 101111

Color Harmonies of #B325CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325CB

Black with #B325CB

Text Example


Text Example

White with #B325CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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