Html Css Color HEX #B127BE Dark Orchid

📋 copy color: '#B127BE'

red 177 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #B127BE

Tints of Dark Orchid #B127BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 43.6%
G = 9.61%
B = 46.8%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B127BE (or 0xB127BE) is known color: Dark Orchid. HEX triplet: B1, 27 and BE. RGB value is (177,39,190). Sum of RGB (Red+Green+Blue) = 177+39+190=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #B127BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127BE is #4ED841. Grayscale: #616161. Windows color (decimal): -5167170 or 12462001. OLE color: 12462001.

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

Color convert

RGB 177 39 190 -
CMYK 0.07 0.79 0 0.25
HSL 294.83º 0.66% 0.45% -
HSV(B) 294.83º 0.79% 0.75% -
XYZ 28.15 14.52 50.03 -
YUV 97.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 177 39 190 0.07 0.79 0 0.25 294.83 0.66 0.45
Hex B1 27 BE 7 4F 0 19 127 42 2D
Octal 261 47 276 7 117 0 31 447 102 55
Binary 10110001 100111 10111110 111 1001111 0 11001 100100111 1000010 101101

Color Harmonies of #B127BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127BE

Black with #B127BE

Text Example


Text Example

White with #B127BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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