Html Css Color HEX #B127B9 Dark Orchid

📋 copy color: '#B127B9'

red 177 ◦ green 39 ◦ blue 185

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

Shades of Dark Orchid #B127B9

Tints of Dark Orchid #B127B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 44.14%
G = 9.73%
B = 46.13%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B127B9 (or 0xB127B9) is known color: Dark Orchid. HEX triplet: B1, 27 and B9. RGB value is (177,39,185). Sum of RGB (Red+Green+Blue) = 177+39+185=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #B127B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127B9 is #4ED846. Grayscale: #606060. Windows color (decimal): -5167175 or 12134321. OLE color: 12134321.

HSL color Cylindrical-coordinate representation of color #B127B9: hue angle of 296.71º 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 #B127B9 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 39 185 -
CMYK 0.04 0.79 0 0.27
HSL 296.71º 0.65% 0.44% -
HSV(B) 296.71º 0.79% 0.73% -
XYZ 27.61 14.3 47.2 -
YUV 96.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 177 39 185 0.04 0.79 0 0.27 296.71 0.65 0.44
Hex B1 27 B9 4 4F 0 1B 129 41 2C
Octal 261 47 271 4 117 0 33 451 101 54
Binary 10110001 100111 10111001 100 1001111 0 11011 100101001 1000001 101100

Color Harmonies of #B127B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127B9

Black with #B127B9

Text Example


Text Example

White with #B127B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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