Html Css Color HEX #B139C9 Dark Orchid

📋 copy color: '#B139C9'

red 177 ◦ green 57 ◦ blue 201

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

Shades of Dark Orchid #B139C9

Tints of Dark Orchid #B139C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.21%

R = 40.69%
G = 13.1%
B = 46.21%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B139C9 (or 0xB139C9) is known color: Dark Orchid. HEX triplet: B1, 39 and C9. RGB value is (177,57,201). Sum of RGB (Red+Green+Blue) = 177+57+201=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #B139C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139C9 is #4EC636. Grayscale: #6C6C6C. Windows color (decimal): -5162551 or 13187505. OLE color: 13187505.

HSL color Cylindrical-coordinate representation of color #B139C9: hue angle of 290º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B139C9 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 57 201 -
CMYK 0.12 0.72 0 0.21
HSL 290º 0.57% 0.51% -
HSV(B) 290º 0.72% 0.79% -
XYZ 30.14 16.49 56.85 -
YUV 109.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 177 57 201 0.12 0.72 0 0.21 290 0.57 0.51
Hex B1 39 C9 C 48 0 15 122 39 33
Octal 261 71 311 14 110 0 25 442 71 63
Binary 10110001 111001 11001001 1100 1001000 0 10101 100100010 111001 110011

Color Harmonies of #B139C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139C9

Black with #B139C9

Text Example


Text Example

White with #B139C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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