Html Css Color HEX #B825DB Dark Orchid

📋 copy color: '#B825DB'

red 184 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B825DB

Tints of Dark Orchid #B825DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 41.82%
G = 8.41%
B = 49.77%

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

#B825DB (or 0xB825DB) is known color: Dark Orchid. HEX triplet: B8, 25 and DB. RGB value is (184,37,219). Sum of RGB (Red+Green+Blue) = 184+37+219=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B825DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825DB is #47DA24. Grayscale: #656565. Windows color (decimal): -4708901 or 14362040. OLE color: 14362040.

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

Color convert

RGB 184 37 219 -
CMYK 0.16 0.83 0 0.14
HSL 288.46º 0.72% 0.5% -
HSV(B) 288.46º 0.83% 0.86% -
XYZ 33.21 16.63 68.48 -
YUV 101.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 184 37 219 0.16 0.83 0 0.14 288.46 0.72 0.5
Hex B8 25 DB 10 53 0 E 120 48 32
Octal 270 45 333 20 123 0 16 440 110 62
Binary 10111000 100101 11011011 10000 1010011 0 1110 100100000 1001000 110010

Color Harmonies of #B825DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825DB

Black with #B825DB

Text Example


Text Example

White with #B825DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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