Html Css Color HEX #B124BC Dark Orchid

📋 copy color: '#B124BC'

red 177 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #B124BC

Tints of Dark Orchid #B124BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 44.14%
G = 8.98%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B124BC (or 0xB124BC) is known color: Dark Orchid. HEX triplet: B1, 24 and BC. RGB value is (177,36,188). Sum of RGB (Red+Green+Blue) = 177+36+188=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B124BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124BC is #4EDB43. Grayscale: #5F5F5F. Windows color (decimal): -5167940 or 12330161. OLE color: 12330161.

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

Color convert

RGB 177 36 188 -
CMYK 0.06 0.81 0 0.26
HSL 295.66º 0.68% 0.44% -
HSV(B) 295.66º 0.81% 0.74% -
XYZ 27.84 14.24 48.86 -
YUV 95.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 177 36 188 0.06 0.81 0 0.26 295.66 0.68 0.44
Hex B1 24 BC 6 51 0 1A 128 44 2C
Octal 261 44 274 6 121 0 32 450 104 54
Binary 10110001 100100 10111100 110 1010001 0 11010 100101000 1000100 101100

Color Harmonies of #B124BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124BC

Black with #B124BC

Text Example


Text Example

White with #B124BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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