Html Css Color HEX #B136D5 Dark Orchid

📋 copy color: '#B136D5'

red 177 ◦ green 54 ◦ blue 213

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

Shades of Dark Orchid #B136D5

Tints of Dark Orchid #B136D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.97%

R = 39.86%
G = 12.16%
B = 47.97%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B136D5 (or 0xB136D5) is known color: Dark Orchid. HEX triplet: B1, 36 and D5. RGB value is (177,54,213). Sum of RGB (Red+Green+Blue) = 177+54+213=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #B136D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136D5 is #4EC92A. Grayscale: #6C6C6C. Windows color (decimal): -5163307 or 13973169. OLE color: 13973169.

HSL color Cylindrical-coordinate representation of color #B136D5: hue angle of 286.42º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B136D5 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 54 213 -
CMYK 0.17 0.75 0 0.16
HSL 286.42º 0.65% 0.52% -
HSV(B) 286.42º 0.75% 0.84% -
XYZ 31.46 16.79 64.53 -
YUV 108.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 177 54 213 0.17 0.75 0 0.16 286.42 0.65 0.52
Hex B1 36 D5 11 4B 0 10 11E 41 34
Octal 261 66 325 21 113 0 20 436 101 64
Binary 10110001 110110 11010101 10001 1001011 0 10000 100011110 1000001 110100

Color Harmonies of #B136D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136D5

Black with #B136D5

Text Example


Text Example

White with #B136D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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