Html Css Color HEX #B124BF Dark Orchid

📋 copy color: '#B124BF'

red 177 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #B124BF

Tints of Dark Orchid #B124BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 43.81%
G = 8.91%
B = 47.28%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B124BF (or 0xB124BF) is known color: Dark Orchid. HEX triplet: B1, 24 and BF. RGB value is (177,36,191). Sum of RGB (Red+Green+Blue) = 177+36+191=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B124BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124BF is #4EDB40. Grayscale: #5F5F5F. Windows color (decimal): -5167937 or 12526769. OLE color: 12526769.

HSL color Cylindrical-coordinate representation of color #B124BF: hue angle of 294.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B124BF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 36 191 -
CMYK 0.07 0.81 0 0.25
HSL 294.58º 0.68% 0.45% -
HSV(B) 294.58º 0.81% 0.75% -
XYZ 28.17 14.37 50.58 -
YUV 95.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 177 36 191 0.07 0.81 0 0.25 294.58 0.68 0.45
Hex B1 24 BF 7 51 0 19 127 44 2D
Octal 261 44 277 7 121 0 31 447 104 55
Binary 10110001 100100 10111111 111 1010001 0 11001 100100111 1000100 101101

Color Harmonies of #B124BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124BF

Black with #B124BF

Text Example


Text Example

White with #B124BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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