Html Css Color HEX #B124EB Dark Orchid

📋 copy color: '#B124EB'

red 177 ◦ green 36 ◦ blue 235

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

Shades of Dark Orchid #B124EB

Tints of Dark Orchid #B124EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 39.51%
G = 8.04%
B = 52.46%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B124EB (or 0xB124EB) is known color: Dark Orchid. HEX triplet: B1, 24 and EB. RGB value is (177,36,235). Sum of RGB (Red+Green+Blue) = 177+36+235=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #B124EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124EB is #4EDB14. Grayscale: #646464. Windows color (decimal): -5167893 or 15410353. OLE color: 15410353.

HSL color Cylindrical-coordinate representation of color #B124EB: hue angle of 282.51º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B124EB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 36 235 -
CMYK 0.25 0.85 0 0.08
HSL 282.51º 0.83% 0.53% -
HSV(B) 282.51º 0.85% 0.92% -
XYZ 33.76 16.61 80.02 -
YUV 100.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 177 36 235 0.25 0.85 0 0.08 282.51 0.83 0.53
Hex B1 24 EB 19 55 0 8 11B 53 35
Octal 261 44 353 31 125 0 10 433 123 65
Binary 10110001 100100 11101011 11001 1010101 0 1000 100011011 1010011 110101

Color Harmonies of #B124EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124EB

Black with #B124EB

Text Example


Text Example

White with #B124EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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