Html Css Color HEX #B139CA Dark Orchid

📋 copy color: '#B139CA'

red 177 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #B139CA

Tints of Dark Orchid #B139CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 40.6%
G = 13.07%
B = 46.33%

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

#B139CA (or 0xB139CA) is known color: Dark Orchid. HEX triplet: B1, 39 and CA. RGB value is (177,57,202). Sum of RGB (Red+Green+Blue) = 177+57+202=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #B139CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CA is #4EC635. Grayscale: #6C6C6C. Windows color (decimal): -5162550 or 13253041. OLE color: 13253041.

HSL color Cylindrical-coordinate representation of color #B139CA: hue angle of 289.66º degrees, saturation: 0.58, 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 #B139CA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 57 202 -
CMYK 0.12 0.72 0 0.21
HSL 289.66º 0.58% 0.51% -
HSV(B) 289.66º 0.72% 0.79% -
XYZ 30.26 16.54 57.47 -
YUV 109.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 177 57 202 0.12 0.72 0 0.21 289.66 0.58 0.51
Hex B1 39 CA C 48 0 15 122 3A 33
Octal 261 71 312 14 110 0 25 442 72 63
Binary 10110001 111001 11001010 1100 1001000 0 10101 100100010 111010 110011

Color Harmonies of #B139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139CA

Black with #B139CA

Text Example


Text Example

White with #B139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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