Html Css Color HEX #B136CF Dark Orchid

📋 copy color: '#B136CF'

red 177 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #B136CF

Tints of Dark Orchid #B136CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 40.41%
G = 12.33%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B136CF (or 0xB136CF) is known color: Dark Orchid. HEX triplet: B1, 36 and CF. RGB value is (177,54,207). Sum of RGB (Red+Green+Blue) = 177+54+207=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B136CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136CF is #4EC930. Grayscale: #6B6B6B. Windows color (decimal): -5163313 or 13579953. OLE color: 13579953.

HSL color Cylindrical-coordinate representation of color #B136CF: hue angle of 288.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B136CF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 54 207 -
CMYK 0.14 0.74 0 0.19
HSL 288.24º 0.61% 0.51% -
HSV(B) 288.24º 0.74% 0.81% -
XYZ 30.71 16.49 60.6 -
YUV 108.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 177 54 207 0.14 0.74 0 0.19 288.24 0.61 0.51
Hex B1 36 CF E 4A 0 13 120 3D 33
Octal 261 66 317 16 112 0 23 440 75 63
Binary 10110001 110110 11001111 1110 1001010 0 10011 100100000 111101 110011

Color Harmonies of #B136CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136CF

Black with #B136CF

Text Example


Text Example

White with #B136CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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