Html Css Color HEX #B137CF Dark Orchid

📋 copy color: '#B137CF'

red 177 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #B137CF

Tints of Dark Orchid #B137CF

RGB

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

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

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

R = 40.32%
G = 12.53%
B = 47.15%

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

#B137CF (or 0xB137CF) is known color: Dark Orchid. HEX triplet: B1, 37 and CF. RGB value is (177,55,207). Sum of RGB (Red+Green+Blue) = 177+55+207=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B137CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137CF is #4EC830. Grayscale: #6C6C6C. Windows color (decimal): -5163057 or 13580209. OLE color: 13580209.

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

Color convert

RGB 177 55 207 -
CMYK 0.14 0.73 0 0.19
HSL 288.16º 0.61% 0.51% -
HSV(B) 288.16º 0.73% 0.81% -
XYZ 30.76 16.58 60.61 -
YUV 108.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 177 55 207 0.14 0.73 0 0.19 288.16 0.61 0.51
Hex B1 37 CF E 49 0 13 120 3D 33
Octal 261 67 317 16 111 0 23 440 75 63
Binary 10110001 110111 11001111 1110 1001001 0 10011 100100000 111101 110011

Color Harmonies of #B137CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B137CF

Black with #B137CF

Text Example


Text Example

White with #B137CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B137CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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