Html Css Color HEX #B726DA Dark Orchid

📋 copy color: '#B726DA'

red 183 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #B726DA

Tints of Dark Orchid #B726DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 41.69%
G = 8.66%
B = 49.66%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B726DA (or 0xB726DA) is known color: Dark Orchid. HEX triplet: B7, 26 and DA. RGB value is (183,38,218). Sum of RGB (Red+Green+Blue) = 183+38+218=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #B726DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DA is #48D925. Grayscale: #656565. Windows color (decimal): -4774182 or 14296759. OLE color: 14296759.

HSL color Cylindrical-coordinate representation of color #B726DA: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B726DA is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 38 218 -
CMYK 0.16 0.83 0 0.15
HSL 288.33º 0.71% 0.5% -
HSV(B) 288.33º 0.83% 0.85% -
XYZ 32.88 16.52 67.78 -
YUV 101.88 193.54 185.86 -
System Red Green Blue C M Y K H S L
Decimal 183 38 218 0.16 0.83 0 0.15 288.33 0.71 0.5
Hex B7 26 DA 10 53 0 F 120 47 32
Octal 267 46 332 20 123 0 17 440 107 62
Binary 10110111 100110 11011010 10000 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B726DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726DA

Black with #B726DA

Text Example


Text Example

White with #B726DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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