Html Css Color HEX #B136ED Dark Orchid

📋 copy color: '#B136ED'

red 177 ◦ green 54 ◦ blue 237

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

Shades of Dark Orchid #B136ED

Tints of Dark Orchid #B136ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 37.82%
G = 11.54%
B = 50.64%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B136ED (or 0xB136ED) is known color: Dark Orchid. HEX triplet: B1, 36 and ED. RGB value is (177,54,237). Sum of RGB (Red+Green+Blue) = 177+54+237=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #B136ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136ED is #4EC912. Grayscale: #6F6F6F. Windows color (decimal): -5163283 or 15546033. OLE color: 15546033.

HSL color Cylindrical-coordinate representation of color #B136ED: hue angle of 280.33º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B136ED is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 54 237 -
CMYK 0.25 0.77 0 0.07
HSL 280.33º 0.84% 0.57% -
HSV(B) 280.33º 0.77% 0.93% -
XYZ 34.74 18.1 81.78 -
YUV 111.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 177 54 237 0.25 0.77 0 0.07 280.33 0.84 0.57
Hex B1 36 ED 19 4D 0 7 118 54 39
Octal 261 66 355 31 115 0 7 430 124 71
Binary 10110001 110110 11101101 11001 1001101 0 111 100011000 1010100 111001

Color Harmonies of #B136ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136ED

Black with #B136ED

Text Example


Text Example

White with #B136ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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