Html Css Color HEX #B127BD Dark Orchid

📋 copy color: '#B127BD'

red 177 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #B127BD

Tints of Dark Orchid #B127BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 43.7%
G = 9.63%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B127BD (or 0xB127BD) is known color: Dark Orchid. HEX triplet: B1, 27 and BD. RGB value is (177,39,189). Sum of RGB (Red+Green+Blue) = 177+39+189=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #B127BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127BD is #4ED842. Grayscale: #606060. Windows color (decimal): -5167171 or 12396465. OLE color: 12396465.

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

Color convert

RGB 177 39 189 -
CMYK 0.06 0.79 0 0.26
HSL 295.2º 0.66% 0.45% -
HSV(B) 295.2º 0.79% 0.74% -
XYZ 28.04 14.47 49.46 -
YUV 97.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 177 39 189 0.06 0.79 0 0.26 295.2 0.66 0.45
Hex B1 27 BD 6 4F 0 1A 127 42 2D
Octal 261 47 275 6 117 0 32 447 102 55
Binary 10110001 100111 10111101 110 1001111 0 11010 100100111 1000010 101101

Color Harmonies of #B127BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127BD

Black with #B127BD

Text Example


Text Example

White with #B127BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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