Html Css Color HEX #B726DF Dark Orchid

📋 copy color: '#B726DF'

red 183 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #B726DF

Tints of Dark Orchid #B726DF

RGB

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

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

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

R = 41.22%
G = 8.56%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B726DF (or 0xB726DF) is known color: Dark Orchid. HEX triplet: B7, 26 and DF. RGB value is (183,38,223). Sum of RGB (Red+Green+Blue) = 183+38+223=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B726DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DF is #48D920. Grayscale: #656565. Windows color (decimal): -4774177 or 14624439. OLE color: 14624439.

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

Color convert

RGB 183 38 223 -
CMYK 0.18 0.83 0 0.13
HSL 287.03º 0.74% 0.51% -
HSV(B) 287.03º 0.83% 0.87% -
XYZ 33.54 16.78 71.28 -
YUV 102.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 183 38 223 0.18 0.83 0 0.13 287.03 0.74 0.51
Hex B7 26 DF 12 53 0 D 11F 4A 33
Octal 267 46 337 22 123 0 15 437 112 63
Binary 10110111 100110 11011111 10010 1010011 0 1101 100011111 1001010 110011

Color Harmonies of #B726DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726DF

Black with #B726DF

Text Example


Text Example

White with #B726DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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