Html Css Color HEX #B137BF Dark Orchid

📋 copy color: '#B137BF'

red 177 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #B137BF

Tints of Dark Orchid #B137BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 41.84%
G = 13%
B = 45.15%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B137BF (or 0xB137BF) is known color: Dark Orchid. HEX triplet: B1, 37 and BF. RGB value is (177,55,191). Sum of RGB (Red+Green+Blue) = 177+55+191=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #B137BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137BF is #4EC840. Grayscale: #6A6A6A. Windows color (decimal): -5163073 or 12531633. OLE color: 12531633.

HSL color Cylindrical-coordinate representation of color #B137BF: hue angle of 293.82º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B137BF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 55 191 -
CMYK 0.07 0.71 0 0.25
HSL 293.82º 0.55% 0.48% -
HSV(B) 293.82º 0.71% 0.75% -
XYZ 28.9 15.84 50.82 -
YUV 106.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 177 55 191 0.07 0.71 0 0.25 293.82 0.55 0.48
Hex B1 37 BF 7 47 0 19 126 37 30
Octal 261 67 277 7 107 0 31 446 67 60
Binary 10110001 110111 10111111 111 1000111 0 11001 100100110 110111 110000

Color Harmonies of #B137BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B137BF

Black with #B137BF

Text Example


Text Example

White with #B137BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B137BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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