Html Css Color HEX #B726CB Dark Orchid

📋 copy color: '#B726CB'

red 183 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B726CB

Tints of Dark Orchid #B726CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 43.16%
G = 8.96%
B = 47.88%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B726CB (or 0xB726CB) is known color: Dark Orchid. HEX triplet: B7, 26 and CB. RGB value is (183,38,203). Sum of RGB (Red+Green+Blue) = 183+38+203=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B726CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726CB is #48D934. Grayscale: #636363. Windows color (decimal): -4774197 or 13313719. OLE color: 13313719.

HSL color Cylindrical-coordinate representation of color #B726CB: hue angle of 292.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B726CB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 38 203 -
CMYK 0.10 0.81 0 0.20
HSL 292.73º 0.68% 0.47% -
HSV(B) 292.73º 0.81% 0.8% -
XYZ 31 15.77 57.91 -
YUV 100.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 183 38 203 0.10 0.81 0 0.20 292.73 0.68 0.47
Hex B7 26 CB A 51 0 14 125 44 2F
Octal 267 46 313 12 121 0 24 445 104 57
Binary 10110111 100110 11001011 1010 1010001 0 10100 100100101 1000100 101111

Color Harmonies of #B726CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726CB

Black with #B726CB

Text Example


Text Example

White with #B726CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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