Html Css Color HEX #B127AE Dark Orchid

📋 copy color: '#B127AE'

red 177 ◦ green 39 ◦ blue 174

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

Shades of Dark Orchid #B127AE

Tints of Dark Orchid #B127AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 45.38%
G = 10%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B127AE (or 0xB127AE) is known color: Dark Orchid. HEX triplet: B1, 27 and AE. RGB value is (177,39,174). Sum of RGB (Red+Green+Blue) = 177+39+174=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B127AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127AE is #4ED851. Grayscale: #5F5F5F. Windows color (decimal): -5167186 or 11413425. OLE color: 11413425.

HSL color Cylindrical-coordinate representation of color #B127AE: hue angle of 301.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B127AE is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 174 -
CMYK 0 0.78 0.02 0.31
HSL 301.3º 0.64% 0.42% -
HSV(B) 301.3º 0.78% 0.69% -
XYZ 26.5 13.85 41.32 -
YUV 95.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 177 39 174 0 0.78 0.02 0.31 301.3 0.64 0.42
Hex B1 27 AE 0 4E 2 1F 12D 40 2A
Octal 261 47 256 0 116 2 37 455 100 52
Binary 10110001 100111 10101110 0 1001110 10 11111 100101101 1000000 101010

Color Harmonies of #B127AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127AE

Black with #B127AE

Text Example


Text Example

White with #B127AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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