Html Css Color HEX #B728CB Dark Orchid

📋 copy color: '#B728CB'

red 183 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #B728CB

Tints of Dark Orchid #B728CB

RGB

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

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

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

R = 42.96%
G = 9.39%
B = 47.65%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B728CB (or 0xB728CB) is known color: Dark Orchid. HEX triplet: B7, 28 and CB. RGB value is (183,40,203). Sum of RGB (Red+Green+Blue) = 183+40+203=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B728CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728CB is #48D734. Grayscale: #646464. Windows color (decimal): -4773685 or 13314231. OLE color: 13314231.

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

Color convert

RGB 183 40 203 -
CMYK 0.10 0.80 0 0.20
HSL 292.64º 0.67% 0.48% -
HSV(B) 292.64º 0.8% 0.8% -
XYZ 31.07 15.9 57.93 -
YUV 101.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 183 40 203 0.10 0.80 0 0.20 292.64 0.67 0.48
Hex B7 28 CB A 50 0 14 125 43 30
Octal 267 50 313 12 120 0 24 445 103 60
Binary 10110111 101000 11001011 1010 1010000 0 10100 100100101 1000011 110000

Color Harmonies of #B728CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728CB

Black with #B728CB

Text Example


Text Example

White with #B728CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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