Html Css Color HEX #B127DC Dark Orchid

📋 copy color: '#B127DC'

red 177 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #B127DC

Tints of Dark Orchid #B127DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 40.6%
G = 8.94%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B127DC (or 0xB127DC) is known color: Dark Orchid. HEX triplet: B1, 27 and DC. RGB value is (177,39,220). Sum of RGB (Red+Green+Blue) = 177+39+220=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B127DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127DC is #4ED823. Grayscale: #646464. Windows color (decimal): -5167140 or 14428081. OLE color: 14428081.

HSL color Cylindrical-coordinate representation of color #B127DC: hue angle of 285.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B127DC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 39 220 -
CMYK 0.20 0.82 0 0.14
HSL 285.75º 0.72% 0.51% -
HSV(B) 285.75º 0.82% 0.86% -
XYZ 31.78 15.97 69.12 -
YUV 100.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 177 39 220 0.20 0.82 0 0.14 285.75 0.72 0.51
Hex B1 27 DC 14 52 0 E 11E 48 33
Octal 261 47 334 24 122 0 16 436 110 63
Binary 10110001 100111 11011100 10100 1010010 0 1110 100011110 1001000 110011

Color Harmonies of #B127DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127DC

Black with #B127DC

Text Example


Text Example

White with #B127DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127DC; }

 p { color: rgb(177,39,220); }

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

background-color css

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

 a { background-color: rgb(177,39,220); }

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

border-color css

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

 span { border-color: rgb(177,39,220); }

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