Html Css Color HEX #B127BF Dark Orchid

📋 copy color: '#B127BF'

red 177 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #B127BF

Tints of Dark Orchid #B127BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 43.49%
G = 9.58%
B = 46.93%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B127BF (or 0xB127BF) is known color: Dark Orchid. HEX triplet: B1, 27 and BF. RGB value is (177,39,191). Sum of RGB (Red+Green+Blue) = 177+39+191=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #B127BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127BF is #4ED840. Grayscale: #616161. Windows color (decimal): -5167169 or 12527537. OLE color: 12527537.

HSL color Cylindrical-coordinate representation of color #B127BF: hue angle of 294.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B127BF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 39 191 -
CMYK 0.07 0.80 0 0.25
HSL 294.47º 0.66% 0.45% -
HSV(B) 294.47º 0.8% 0.75% -
XYZ 28.26 14.56 50.61 -
YUV 97.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 177 39 191 0.07 0.80 0 0.25 294.47 0.66 0.45
Hex B1 27 BF 7 50 0 19 126 42 2D
Octal 261 47 277 7 120 0 31 446 102 55
Binary 10110001 100111 10111111 111 1010000 0 11001 100100110 1000010 101101

Color Harmonies of #B127BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127BF

Black with #B127BF

Text Example


Text Example

White with #B127BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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