Html Css Color HEX #B825DC Dark Orchid

📋 copy color: '#B825DC'

red 184 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #B825DC

Tints of Dark Orchid #B825DC

RGB

 RED value IS 184 (72.27% from 255) = 41.72%

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

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

R = 41.72%
G = 8.39%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B825DC (or 0xB825DC) is known color: Dark Orchid. HEX triplet: B8, 25 and DC. RGB value is (184,37,220). Sum of RGB (Red+Green+Blue) = 184+37+220=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B825DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DC is #47DA23. Grayscale: #656565. Windows color (decimal): -4708900 or 14427576. OLE color: 14427576.

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

Color convert

RGB 184 37 220 -
CMYK 0.16 0.83 0 0.14
HSL 288.2º 0.72% 0.5% -
HSV(B) 288.2º 0.83% 0.86% -
XYZ 33.35 16.68 69.17 -
YUV 101.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 184 37 220 0.16 0.83 0 0.14 288.2 0.72 0.5
Hex B8 25 DC 10 53 0 E 120 48 32
Octal 270 45 334 20 123 0 16 440 110 62
Binary 10111000 100101 11011100 10000 1010011 0 1110 100100000 1001000 110010

Color Harmonies of #B825DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825DC

Black with #B825DC

Text Example


Text Example

White with #B825DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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