Html Css Color HEX #B137CE Dark Orchid

📋 copy color: '#B137CE'

red 177 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #B137CE

Tints of Dark Orchid #B137CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.56%

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

R = 40.41%
G = 12.56%
B = 47.03%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B137CE (or 0xB137CE) is known color: Dark Orchid. HEX triplet: B1, 37 and CE. RGB value is (177,55,206). Sum of RGB (Red+Green+Blue) = 177+55+206=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B137CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137CE is #4EC831. Grayscale: #6C6C6C. Windows color (decimal): -5163058 or 13514673. OLE color: 13514673.

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

Color convert

RGB 177 55 206 -
CMYK 0.14 0.73 0 0.19
HSL 288.48º 0.61% 0.51% -
HSV(B) 288.48º 0.73% 0.81% -
XYZ 30.64 16.54 59.97 -
YUV 108.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 177 55 206 0.14 0.73 0 0.19 288.48 0.61 0.51
Hex B1 37 CE E 49 0 13 120 3D 33
Octal 261 67 316 16 111 0 23 440 75 63
Binary 10110001 110111 11001110 1110 1001001 0 10011 100100000 111101 110011

Color Harmonies of #B137CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B137CE

Black with #B137CE

Text Example


Text Example

White with #B137CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B137CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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