Html Css Color HEX #B139CE Dark Orchid

📋 copy color: '#B139CE'

red 177 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #B139CE

Tints of Dark Orchid #B139CE

RGB

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

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

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

R = 40.23%
G = 12.95%
B = 46.82%

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

#B139CE (or 0xB139CE) is known color: Dark Orchid. HEX triplet: B1, 39 and CE. RGB value is (177,57,206). Sum of RGB (Red+Green+Blue) = 177+57+206=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B139CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CE is #4EC631. Grayscale: #6D6D6D. Windows color (decimal): -5162546 or 13515185. OLE color: 13515185.

HSL color Cylindrical-coordinate representation of color #B139CE: hue angle of 288.32º degrees, saturation: 0.6, 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 #B139CE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 57 206 -
CMYK 0.14 0.72 0 0.19
HSL 288.32º 0.6% 0.52% -
HSV(B) 288.32º 0.72% 0.81% -
XYZ 30.74 16.73 60 -
YUV 109.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 177 57 206 0.14 0.72 0 0.19 288.32 0.6 0.52
Hex B1 39 CE E 48 0 13 120 3C 34
Octal 261 71 316 16 110 0 23 440 74 64
Binary 10110001 111001 11001110 1110 1001000 0 10011 100100000 111100 110100

Color Harmonies of #B139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139CE

Black with #B139CE

Text Example


Text Example

White with #B139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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