Html Css Color HEX #B123BA Dark Orchid

📋 copy color: '#B123BA'

red 177 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #B123BA

Tints of Dark Orchid #B123BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

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

R = 44.47%
G = 8.79%
B = 46.73%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B123BA (or 0xB123BA) is known color: Dark Orchid. HEX triplet: B1, 23 and BA. RGB value is (177,35,186). Sum of RGB (Red+Green+Blue) = 177+35+186=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B123BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123BA is #4EDC45. Grayscale: #5E5E5E. Windows color (decimal): -5168198 or 12198833. OLE color: 12198833.

HSL color Cylindrical-coordinate representation of color #B123BA: hue angle of 296.42º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B123BA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 35 186 -
CMYK 0.05 0.81 0 0.27
HSL 296.42º 0.68% 0.43% -
HSV(B) 296.42º 0.81% 0.73% -
XYZ 27.6 14.09 47.72 -
YUV 94.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 177 35 186 0.05 0.81 0 0.27 296.42 0.68 0.43
Hex B1 23 BA 5 51 0 1B 128 44 2B
Octal 261 43 272 5 121 0 33 450 104 53
Binary 10110001 100011 10111010 101 1010001 0 11011 100101000 1000100 101011

Color Harmonies of #B123BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123BA

Black with #B123BA

Text Example


Text Example

White with #B123BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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