Html Css Color HEX #B728CE Dark Orchid

📋 copy color: '#B728CE'

red 183 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #B728CE

Tints of Dark Orchid #B728CE

RGB

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

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

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

R = 42.66%
G = 9.32%
B = 48.02%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B728CE (or 0xB728CE) is known color: Dark Orchid. HEX triplet: B7, 28 and CE. RGB value is (183,40,206). Sum of RGB (Red+Green+Blue) = 183+40+206=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B728CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728CE is #48D731. Grayscale: #656565. Windows color (decimal): -4773682 or 13510839. OLE color: 13510839.

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

Color convert

RGB 183 40 206 -
CMYK 0.11 0.81 0 0.19
HSL 291.69º 0.67% 0.48% -
HSV(B) 291.69º 0.81% 0.81% -
XYZ 31.43 16.04 59.83 -
YUV 101.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 183 40 206 0.11 0.81 0 0.19 291.69 0.67 0.48
Hex B7 28 CE B 51 0 13 124 43 30
Octal 267 50 316 13 121 0 23 444 103 60
Binary 10110111 101000 11001110 1011 1010001 0 10011 100100100 1000011 110000

Color Harmonies of #B728CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728CE

Black with #B728CE

Text Example


Text Example

White with #B728CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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