Html Css Color HEX #B726C3 Dark Orchid

📋 copy color: '#B726C3'

red 183 ◦ green 38 ◦ blue 195

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

Shades of Dark Orchid #B726C3

Tints of Dark Orchid #B726C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 43.99%
G = 9.13%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B726C3 (or 0xB726C3) is known color: Dark Orchid. HEX triplet: B7, 26 and C3. RGB value is (183,38,195). Sum of RGB (Red+Green+Blue) = 183+38+195=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #B726C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726C3 is #48D93C. Grayscale: #626262. Windows color (decimal): -4774205 or 12789431. OLE color: 12789431.

HSL color Cylindrical-coordinate representation of color #B726C3: hue angle of 295.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B726C3 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 38 195 -
CMYK 0.06 0.81 0 0.24
HSL 295.41º 0.67% 0.46% -
HSV(B) 295.41º 0.81% 0.76% -
XYZ 30.07 15.39 53.02 -
YUV 99.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 183 38 195 0.06 0.81 0 0.24 295.41 0.67 0.46
Hex B7 26 C3 6 51 0 18 127 43 2E
Octal 267 46 303 6 121 0 30 447 103 56
Binary 10110111 100110 11000011 110 1010001 0 11000 100100111 1000011 101110

Color Harmonies of #B726C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726C3

Black with #B726C3

Text Example


Text Example

White with #B726C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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