Html Css Color HEX #B728BF Dark Orchid

📋 copy color: '#B728BF'

red 183 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #B728BF

Tints of Dark Orchid #B728BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 44.2%
G = 9.66%
B = 46.14%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B728BF (or 0xB728BF) is known color: Dark Orchid. HEX triplet: B7, 28 and BF. RGB value is (183,40,191). Sum of RGB (Red+Green+Blue) = 183+40+191=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #B728BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728BF is #48D740. Grayscale: #636363. Windows color (decimal): -4773697 or 12527799. OLE color: 12527799.

HSL color Cylindrical-coordinate representation of color #B728BF: hue angle of 296.82º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B728BF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 40 191 -
CMYK 0.04 0.79 0 0.25
HSL 296.82º 0.65% 0.45% -
HSV(B) 296.82º 0.79% 0.75% -
XYZ 29.69 15.35 50.69 -
YUV 99.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 183 40 191 0.04 0.79 0 0.25 296.82 0.65 0.45
Hex B7 28 BF 4 4F 0 19 129 41 2D
Octal 267 50 277 4 117 0 31 451 101 55
Binary 10110111 101000 10111111 100 1001111 0 11001 100101001 1000001 101101

Color Harmonies of #B728BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728BF

Black with #B728BF

Text Example


Text Example

White with #B728BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728BF; }

 p { color: rgb(183,40,191); }

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

background-color css

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

 a { background-color: rgb(183,40,191); }

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

border-color css

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

 span { border-color: rgb(183,40,191); }

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