Html Css Color HEX #B139DF Dark Orchid

📋 copy color: '#B139DF'

red 177 ◦ green 57 ◦ blue 223

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

Shades of Dark Orchid #B139DF

Tints of Dark Orchid #B139DF

RGB

 RED value IS 177 (69.53% from 255) = 38.73%

 GREEN value IS 57 (22.66% from 255) = 12.47%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 38.73%
G = 12.47%
B = 48.8%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B139DF (or 0xB139DF) is known color: Dark Orchid. HEX triplet: B1, 39 and DF. RGB value is (177,57,223). Sum of RGB (Red+Green+Blue) = 177+57+223=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B139DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139DF is #4EC620. Grayscale: #6F6F6F. Windows color (decimal): -5162529 or 14629297. OLE color: 14629297.

HSL color Cylindrical-coordinate representation of color #B139DF: hue angle of 283.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B139DF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 57 223 -
CMYK 0.21 0.74 0 0.13
HSL 283.37º 0.72% 0.55% -
HSV(B) 283.37º 0.74% 0.87% -
XYZ 32.91 17.6 71.47 -
YUV 111.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 177 57 223 0.21 0.74 0 0.13 283.37 0.72 0.55
Hex B1 39 DF 15 4A 0 D 11B 48 37
Octal 261 71 337 25 112 0 15 433 110 67
Binary 10110001 111001 11011111 10101 1001010 0 1101 100011011 1001000 110111

Color Harmonies of #B139DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139DF

Black with #B139DF

Text Example


Text Example

White with #B139DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139DF; }

 p { color: rgb(177,57,223); }

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

background-color css

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

 a { background-color: rgb(177,57,223); }

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

border-color css

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

 span { border-color: rgb(177,57,223); }

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