Html Css Color HEX #B127BA Dark Orchid

📋 copy color: '#B127BA'

red 177 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B127BA

Tints of Dark Orchid #B127BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 44.03%
G = 9.7%
B = 46.27%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B127BA (or 0xB127BA) is known color: Dark Orchid. HEX triplet: B1, 27 and BA. RGB value is (177,39,186). Sum of RGB (Red+Green+Blue) = 177+39+186=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B127BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127BA is #4ED845. Grayscale: #606060. Windows color (decimal): -5167174 or 12199857. OLE color: 12199857.

HSL color Cylindrical-coordinate representation of color #B127BA: hue angle of 296.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B127BA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 39 186 -
CMYK 0.05 0.79 0 0.27
HSL 296.33º 0.65% 0.44% -
HSV(B) 296.33º 0.79% 0.73% -
XYZ 27.72 14.34 47.76 -
YUV 97.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 177 39 186 0.05 0.79 0 0.27 296.33 0.65 0.44
Hex B1 27 BA 5 4F 0 1B 128 41 2C
Octal 261 47 272 5 117 0 33 450 101 54
Binary 10110001 100111 10111010 101 1001111 0 11011 100101000 1000001 101100

Color Harmonies of #B127BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127BA

Black with #B127BA

Text Example


Text Example

White with #B127BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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