Html Css Color HEX #B826DF Dark Orchid

📋 copy color: '#B826DF'

red 184 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #B826DF

Tints of Dark Orchid #B826DF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 41.35%
G = 8.54%
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

#B826DF (or 0xB826DF) is known color: Dark Orchid. HEX triplet: B8, 26 and DF. RGB value is (184,38,223). Sum of RGB (Red+Green+Blue) = 184+38+223=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #B826DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DF is #47D920. Grayscale: #666666. Windows color (decimal): -4708641 or 14624440. OLE color: 14624440.

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

Color convert

RGB 184 38 223 -
CMYK 0.17 0.83 0 0.13
HSL 287.35º 0.74% 0.51% -
HSV(B) 287.35º 0.83% 0.87% -
XYZ 33.78 16.9 71.29 -
YUV 102.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 184 38 223 0.17 0.83 0 0.13 287.35 0.74 0.51
Hex B8 26 DF 11 53 0 D 11F 4A 33
Octal 270 46 337 21 123 0 15 437 112 63
Binary 10111000 100110 11011111 10001 1010011 0 1101 100011111 1001010 110011

Color Harmonies of #B826DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826DF

Black with #B826DF

Text Example


Text Example

White with #B826DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826DF; }

 p { color: rgb(184,38,223); }

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

background-color css

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

 a { background-color: rgb(184,38,223); }

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

border-color css

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

 span { border-color: rgb(184,38,223); }

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