Html Css Color HEX #B728CF Dark Orchid

📋 copy color: '#B728CF'

red 183 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #B728CF

Tints of Dark Orchid #B728CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 42.56%
G = 9.3%
B = 48.14%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B728CF (or 0xB728CF) is known color: Dark Orchid. HEX triplet: B7, 28 and CF. RGB value is (183,40,207). Sum of RGB (Red+Green+Blue) = 183+40+207=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B728CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728CF is #48D730. Grayscale: #656565. Windows color (decimal): -4773681 or 13576375. OLE color: 13576375.

HSL color Cylindrical-coordinate representation of color #B728CF: hue angle of 291.38º degrees, saturation: 0.68, 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 #B728CF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 40 207 -
CMYK 0.12 0.81 0 0.19
HSL 291.38º 0.68% 0.48% -
HSV(B) 291.38º 0.81% 0.81% -
XYZ 31.55 16.09 60.47 -
YUV 101.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 183 40 207 0.12 0.81 0 0.19 291.38 0.68 0.48
Hex B7 28 CF C 51 0 13 123 44 30
Octal 267 50 317 14 121 0 23 443 104 60
Binary 10110111 101000 11001111 1100 1010001 0 10011 100100011 1000100 110000

Color Harmonies of #B728CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728CF

Black with #B728CF

Text Example


Text Example

White with #B728CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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