Html Css Color HEX #B825DE Dark Orchid

📋 copy color: '#B825DE'

red 184 ◦ green 37 ◦ blue 222

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

Shades of Dark Orchid #B825DE

Tints of Dark Orchid #B825DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 41.53%
G = 8.35%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B825DE (or 0xB825DE) is known color: Dark Orchid. HEX triplet: B8, 25 and DE. RGB value is (184,37,222). Sum of RGB (Red+Green+Blue) = 184+37+222=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B825DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DE is #47DA21. Grayscale: #656565. Windows color (decimal): -4708898 or 14558648. OLE color: 14558648.

HSL color Cylindrical-coordinate representation of color #B825DE: hue angle of 287.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B825DE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 37 222 -
CMYK 0.17 0.83 0 0.13
HSL 287.68º 0.74% 0.51% -
HSV(B) 287.68º 0.83% 0.87% -
XYZ 33.61 16.79 70.58 -
YUV 102.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 184 37 222 0.17 0.83 0 0.13 287.68 0.74 0.51
Hex B8 25 DE 11 53 0 D 120 4A 33
Octal 270 45 336 21 123 0 15 440 112 63
Binary 10111000 100101 11011110 10001 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #B825DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825DE

Black with #B825DE

Text Example


Text Example

White with #B825DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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