Html Css Color HEX #B125BA Dark Orchid

📋 copy color: '#B125BA'

red 177 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #B125BA

Tints of Dark Orchid #B125BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 44.25%
G = 9.25%
B = 46.5%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B125BA (or 0xB125BA) is known color: Dark Orchid. HEX triplet: B1, 25 and BA. RGB value is (177,37,186). Sum of RGB (Red+Green+Blue) = 177+37+186=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B125BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125BA is #4EDA45. Grayscale: #5F5F5F. Windows color (decimal): -5167686 or 12199345. OLE color: 12199345.

HSL color Cylindrical-coordinate representation of color #B125BA: hue angle of 296.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B125BA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 37 186 -
CMYK 0.05 0.80 0 0.27
HSL 296.38º 0.67% 0.44% -
HSV(B) 296.38º 0.8% 0.73% -
XYZ 27.66 14.22 47.74 -
YUV 95.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 177 37 186 0.05 0.80 0 0.27 296.38 0.67 0.44
Hex B1 25 BA 5 50 0 1B 128 43 2C
Octal 261 45 272 5 120 0 33 450 103 54
Binary 10110001 100101 10111010 101 1010000 0 11011 100101000 1000011 101100

Color Harmonies of #B125BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B125BA

Black with #B125BA

Text Example


Text Example

White with #B125BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B125BA; }

 p { color: rgb(177,37,186); }

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

background-color css

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

 a { background-color: rgb(177,37,186); }

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

border-color css

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

 span { border-color: rgb(177,37,186); }

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