Html Css Color HEX #B136D3 Dark Orchid

📋 copy color: '#B136D3'

red 177 ◦ green 54 ◦ blue 211

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

Shades of Dark Orchid #B136D3

Tints of Dark Orchid #B136D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.74%

R = 40.05%
G = 12.22%
B = 47.74%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B136D3 (or 0xB136D3) is known color: Dark Orchid. HEX triplet: B1, 36 and D3. RGB value is (177,54,211). Sum of RGB (Red+Green+Blue) = 177+54+211=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #B136D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136D3 is #4EC92C. Grayscale: #6C6C6C. Windows color (decimal): -5163309 or 13842097. OLE color: 13842097.

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

Color convert

RGB 177 54 211 -
CMYK 0.16 0.74 0 0.17
HSL 287.01º 0.64% 0.52% -
HSV(B) 287.01º 0.74% 0.83% -
XYZ 31.21 16.69 63.2 -
YUV 108.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 177 54 211 0.16 0.74 0 0.17 287.01 0.64 0.52
Hex B1 36 D3 10 4A 0 11 11F 40 34
Octal 261 66 323 20 112 0 21 437 100 64
Binary 10110001 110110 11010011 10000 1001010 0 10001 100011111 1000000 110100

Color Harmonies of #B136D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136D3

Black with #B136D3

Text Example


Text Example

White with #B136D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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