Html Css Color HEX #B124B8 Dark Orchid

📋 copy color: '#B124B8'

red 177 ◦ green 36 ◦ blue 184

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

Shades of Dark Orchid #B124B8

Tints of Dark Orchid #B124B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.35%

R = 44.58%
G = 9.07%
B = 46.35%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B124B8 (or 0xB124B8) is known color: Dark Orchid. HEX triplet: B1, 24 and B8. RGB value is (177,36,184). Sum of RGB (Red+Green+Blue) = 177+36+184=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #B124B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124B8 is #4EDB47. Grayscale: #5E5E5E. Windows color (decimal): -5167944 or 12068017. OLE color: 12068017.

HSL color Cylindrical-coordinate representation of color #B124B8: hue angle of 297.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124B8 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 36 184 -
CMYK 0.04 0.80 0 0.28
HSL 297.16º 0.67% 0.43% -
HSV(B) 297.16º 0.8% 0.72% -
XYZ 27.41 14.07 46.62 -
YUV 95.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 177 36 184 0.04 0.80 0 0.28 297.16 0.67 0.43
Hex B1 24 B8 4 50 0 1C 129 43 2B
Octal 261 44 270 4 120 0 34 451 103 53
Binary 10110001 100100 10111000 100 1010000 0 11100 100101001 1000011 101011

Color Harmonies of #B124B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124B8

Black with #B124B8

Text Example


Text Example

White with #B124B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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