Html Css Color HEX #B124BB Dark Orchid

📋 copy color: '#B124BB'

red 177 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #B124BB

Tints of Dark Orchid #B124BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 44.25%
G = 9%
B = 46.75%

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

#B124BB (or 0xB124BB) is known color: Dark Orchid. HEX triplet: B1, 24 and BB. RGB value is (177,36,187). Sum of RGB (Red+Green+Blue) = 177+36+187=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #B124BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124BB is #4EDB44. Grayscale: #5E5E5E. Windows color (decimal): -5167941 or 12264625. OLE color: 12264625.

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

Color convert

RGB 177 36 187 -
CMYK 0.05 0.81 0 0.27
HSL 296.03º 0.68% 0.44% -
HSV(B) 296.03º 0.81% 0.73% -
XYZ 27.73 14.2 48.29 -
YUV 95.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 177 36 187 0.05 0.81 0 0.27 296.03 0.68 0.44
Hex B1 24 BB 5 51 0 1B 128 44 2C
Octal 261 44 273 5 121 0 33 450 104 54
Binary 10110001 100100 10111011 101 1010001 0 11011 100101000 1000100 101100

Color Harmonies of #B124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124BB

Black with #B124BB

Text Example


Text Example

White with #B124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124BB; }

 p { color: rgb(177,36,187); }

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

background-color css

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

 a { background-color: rgb(177,36,187); }

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

border-color css

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

 span { border-color: rgb(177,36,187); }

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