Html Css Color HEX #B136DF Dark Orchid

📋 copy color: '#B136DF'

red 177 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #B136DF

Tints of Dark Orchid #B136DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 38.99%
G = 11.89%
B = 49.12%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B136DF (or 0xB136DF) is known color: Dark Orchid. HEX triplet: B1, 36 and DF. RGB value is (177,54,223). Sum of RGB (Red+Green+Blue) = 177+54+223=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #B136DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136DF is #4EC920. Grayscale: #6D6D6D. Windows color (decimal): -5163297 or 14628529. OLE color: 14628529.

HSL color Cylindrical-coordinate representation of color #B136DF: hue angle of 283.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B136DF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 54 223 -
CMYK 0.21 0.76 0 0.13
HSL 283.67º 0.73% 0.54% -
HSV(B) 283.67º 0.76% 0.87% -
XYZ 32.77 17.31 71.43 -
YUV 110.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 177 54 223 0.21 0.76 0 0.13 283.67 0.73 0.54
Hex B1 36 DF 15 4C 0 D 11C 49 36
Octal 261 66 337 25 114 0 15 434 111 66
Binary 10110001 110110 11011111 10101 1001100 0 1101 100011100 1001001 110110

Color Harmonies of #B136DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136DF

Black with #B136DF

Text Example


Text Example

White with #B136DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136DF; }

 p { color: rgb(177,54,223); }

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

background-color css

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

 a { background-color: rgb(177,54,223); }

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

border-color css

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

 span { border-color: rgb(177,54,223); }

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