Html Css Color HEX #B726BB Dark Orchid

📋 copy color: '#B726BB'

red 183 ◦ green 38 ◦ blue 187

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

Shades of Dark Orchid #B726BB

Tints of Dark Orchid #B726BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 44.85%
G = 9.31%
B = 45.83%

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

#B726BB (or 0xB726BB) is known color: Dark Orchid. HEX triplet: B7, 26 and BB. RGB value is (183,38,187). Sum of RGB (Red+Green+Blue) = 183+38+187=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B726BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BB is #48D944. Grayscale: #616161. Windows color (decimal): -4774213 or 12265143. OLE color: 12265143.

HSL color Cylindrical-coordinate representation of color #B726BB: hue angle of 298.39º 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 #B726BB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 38 187 -
CMYK 0.02 0.80 0 0.27
HSL 298.39º 0.66% 0.44% -
HSV(B) 298.39º 0.8% 0.73% -
XYZ 29.19 15.04 48.38 -
YUV 98.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 183 38 187 0.02 0.80 0 0.27 298.39 0.66 0.44
Hex B7 26 BB 2 50 0 1B 12A 42 2C
Octal 267 46 273 2 120 0 33 452 102 54
Binary 10110111 100110 10111011 10 1010000 0 11011 100101010 1000010 101100

Color Harmonies of #B726BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726BB

Black with #B726BB

Text Example


Text Example

White with #B726BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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