Html Css Color HEX #B136C7 Dark Orchid

📋 copy color: '#B136C7'

red 177 ◦ green 54 ◦ blue 199

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

Shades of Dark Orchid #B136C7

Tints of Dark Orchid #B136C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.28%

R = 41.16%
G = 12.56%
B = 46.28%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B136C7 (or 0xB136C7) is known color: Dark Orchid. HEX triplet: B1, 36 and C7. RGB value is (177,54,199). Sum of RGB (Red+Green+Blue) = 177+54+199=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #B136C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136C7 is #4EC938. Grayscale: #6A6A6A. Windows color (decimal): -5163321 or 13055665. OLE color: 13055665.

HSL color Cylindrical-coordinate representation of color #B136C7: hue angle of 290.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B136C7 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 54 199 -
CMYK 0.11 0.73 0 0.22
HSL 290.9º 0.57% 0.5% -
HSV(B) 290.9º 0.73% 0.78% -
XYZ 29.76 16.11 55.57 -
YUV 107.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 177 54 199 0.11 0.73 0 0.22 290.9 0.57 0.5
Hex B1 36 C7 B 49 0 16 123 39 32
Octal 261 66 307 13 111 0 26 443 71 62
Binary 10110001 110110 11000111 1011 1001001 0 10110 100100011 111001 110010

Color Harmonies of #B136C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136C7

Black with #B136C7

Text Example


Text Example

White with #B136C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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