Html Css Color HEX #B139CF Dark Orchid

📋 copy color: '#B139CF'

red 177 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #B139CF

Tints of Dark Orchid #B139CF

RGB

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

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

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

R = 40.14%
G = 12.93%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B139CF (or 0xB139CF) is known color: Dark Orchid. HEX triplet: B1, 39 and CF. RGB value is (177,57,207). Sum of RGB (Red+Green+Blue) = 177+57+207=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B139CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CF is #4EC630. Grayscale: #6D6D6D. Windows color (decimal): -5162545 or 13580721. OLE color: 13580721.

HSL color Cylindrical-coordinate representation of color #B139CF: hue angle of 288º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B139CF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 57 207 -
CMYK 0.14 0.72 0 0.19
HSL 288º 0.61% 0.52% -
HSV(B) 288º 0.72% 0.81% -
XYZ 30.86 16.78 60.64 -
YUV 109.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 177 57 207 0.14 0.72 0 0.19 288 0.61 0.52
Hex B1 39 CF E 48 0 13 120 3D 34
Octal 261 71 317 16 110 0 23 440 75 64
Binary 10110001 111001 11001111 1110 1001000 0 10011 100100000 111101 110100

Color Harmonies of #B139CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139CF

Black with #B139CF

Text Example


Text Example

White with #B139CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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