Html Css Color HEX #B726BA Dark Orchid

📋 copy color: '#B726BA'

red 183 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B726BA

Tints of Dark Orchid #B726BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 44.96%
G = 9.34%
B = 45.7%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B726BA (or 0xB726BA) is known color: Dark Orchid. HEX triplet: B7, 26 and BA. RGB value is (183,38,186). Sum of RGB (Red+Green+Blue) = 183+38+186=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B726BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BA is #48D945. Grayscale: #616161. Windows color (decimal): -4774214 or 12199607. OLE color: 12199607.

HSL color Cylindrical-coordinate representation of color #B726BA: hue angle of 298.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726BA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 38 186 -
CMYK 0.02 0.80 0 0.27
HSL 298.78º 0.66% 0.44% -
HSV(B) 298.78º 0.8% 0.73% -
XYZ 29.08 15 47.82 -
YUV 98.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 183 38 186 0.02 0.80 0 0.27 298.78 0.66 0.44
Hex B7 26 BA 2 50 0 1B 12B 42 2C
Octal 267 46 272 2 120 0 33 453 102 54
Binary 10110111 100110 10111010 10 1010000 0 11011 100101011 1000010 101100

Color Harmonies of #B726BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726BA

Black with #B726BA

Text Example


Text Example

White with #B726BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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