Html Css Color HEX #B726CE Dark Orchid

📋 copy color: '#B726CE'

red 183 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #B726CE

Tints of Dark Orchid #B726CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 42.86%
G = 8.9%
B = 48.24%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B726CE (or 0xB726CE) is known color: Dark Orchid. HEX triplet: B7, 26 and CE. RGB value is (183,38,206). Sum of RGB (Red+Green+Blue) = 183+38+206=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #B726CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726CE is #48D931. Grayscale: #636363. Windows color (decimal): -4774194 or 13510327. OLE color: 13510327.

HSL color Cylindrical-coordinate representation of color #B726CE: hue angle of 291.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B726CE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 38 206 -
CMYK 0.11 0.82 0 0.19
HSL 291.79º 0.69% 0.48% -
HSV(B) 291.79º 0.82% 0.81% -
XYZ 31.36 15.91 59.81 -
YUV 100.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 183 38 206 0.11 0.82 0 0.19 291.79 0.69 0.48
Hex B7 26 CE B 52 0 13 124 45 30
Octal 267 46 316 13 122 0 23 444 105 60
Binary 10110111 100110 11001110 1011 1010010 0 10011 100100100 1000101 110000

Color Harmonies of #B726CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726CE

Black with #B726CE

Text Example


Text Example

White with #B726CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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