Html Css Color HEX #B128EB Dark Orchid

📋 copy color: '#B128EB'

red 177 ◦ green 40 ◦ blue 235

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

Shades of Dark Orchid #B128EB

Tints of Dark Orchid #B128EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

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

R = 39.16%
G = 8.85%
B = 51.99%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B128EB (or 0xB128EB) is known color: Dark Orchid. HEX triplet: B1, 28 and EB. RGB value is (177,40,235). Sum of RGB (Red+Green+Blue) = 177+40+235=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #B128EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128EB is #4ED714. Grayscale: #666666. Windows color (decimal): -5166869 or 15411377. OLE color: 15411377.

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

Color convert

RGB 177 40 235 -
CMYK 0.25 0.83 0 0.08
HSL 282.15º 0.83% 0.54% -
HSV(B) 282.15º 0.83% 0.92% -
XYZ 33.89 16.86 80.07 -
YUV 103.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 177 40 235 0.25 0.83 0 0.08 282.15 0.83 0.54
Hex B1 28 EB 19 53 0 8 11A 53 36
Octal 261 50 353 31 123 0 10 432 123 66
Binary 10110001 101000 11101011 11001 1010011 0 1000 100011010 1010011 110110

Color Harmonies of #B128EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128EB

Black with #B128EB

Text Example


Text Example

White with #B128EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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