Html Css Color HEX #B726DD Dark Orchid

📋 copy color: '#B726DD'

red 183 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #B726DD

Tints of Dark Orchid #B726DD

RGB

 RED value IS 183 (71.88% from 255) = 41.4%

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 41.4%
G = 8.6%
B = 50%

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

#B726DD (or 0xB726DD) is known color: Dark Orchid. HEX triplet: B7, 26 and DD. RGB value is (183,38,221). Sum of RGB (Red+Green+Blue) = 183+38+221=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B726DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DD is #48D922. Grayscale: #656565. Windows color (decimal): -4774179 or 14493367. OLE color: 14493367.

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

Color convert

RGB 183 38 221 -
CMYK 0.17 0.83 0 0.13
HSL 287.54º 0.73% 0.51% -
HSV(B) 287.54º 0.83% 0.87% -
XYZ 33.27 16.67 69.87 -
YUV 102.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 183 38 221 0.17 0.83 0 0.13 287.54 0.73 0.51
Hex B7 26 DD 11 53 0 D 120 49 33
Octal 267 46 335 21 123 0 15 440 111 63
Binary 10110111 100110 11011101 10001 1010011 0 1101 100100000 1001001 110011

Color Harmonies of #B726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726DD

Black with #B726DD

Text Example


Text Example

White with #B726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726DD; }

 p { color: rgb(183,38,221); }

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

background-color css

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

 a { background-color: rgb(183,38,221); }

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

border-color css

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

 span { border-color: rgb(183,38,221); }

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