Html Css Color HEX #B325CE Dark Orchid

📋 copy color: '#B325CE'

red 179 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B325CE

Tints of Dark Orchid #B325CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 42.42%
G = 8.77%
B = 48.82%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B325CE (or 0xB325CE) is known color: Dark Orchid. HEX triplet: B3, 25 and CE. RGB value is (179,37,206). Sum of RGB (Red+Green+Blue) = 179+37+206=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #B325CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325CE is #4CDA31. Grayscale: #626262. Windows color (decimal): -5036594 or 13510067. OLE color: 13510067.

HSL color Cylindrical-coordinate representation of color #B325CE: hue angle of 290.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B325CE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 37 206 -
CMYK 0.13 0.82 0 0.19
HSL 290.41º 0.7% 0.48% -
HSV(B) 290.41º 0.82% 0.81% -
XYZ 30.39 15.36 59.76 -
YUV 98.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 179 37 206 0.13 0.82 0 0.19 290.41 0.7 0.48
Hex B3 25 CE D 52 0 13 122 46 30
Octal 263 45 316 15 122 0 23 442 106 60
Binary 10110011 100101 11001110 1101 1010010 0 10011 100100010 1000110 110000

Color Harmonies of #B325CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325CE

Black with #B325CE

Text Example


Text Example

White with #B325CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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