Html Css Color HEX #B123EB Dark Orchid

📋 copy color: '#B123EB'

red 177 ◦ green 35 ◦ blue 235

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

Shades of Dark Orchid #B123EB

Tints of Dark Orchid #B123EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.83%

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

R = 39.6%
G = 7.83%
B = 52.57%

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

#B123EB (or 0xB123EB) is known color: Dark Orchid. HEX triplet: B1, 23 and EB. RGB value is (177,35,235). Sum of RGB (Red+Green+Blue) = 177+35+235=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #B123EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123EB is #4EDC14. Grayscale: #636363. Windows color (decimal): -5168149 or 15410097. OLE color: 15410097.

HSL color Cylindrical-coordinate representation of color #B123EB: hue angle of 282.6º 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 #B123EB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 35 235 -
CMYK 0.25 0.85 0 0.08
HSL 282.6º 0.83% 0.53% -
HSV(B) 282.6º 0.85% 0.92% -
XYZ 33.73 16.55 80.01 -
YUV 100.26 204.04 182.74 -
System Red Green Blue C M Y K H S L
Decimal 177 35 235 0.25 0.85 0 0.08 282.6 0.83 0.53
Hex B1 23 EB 19 55 0 8 11B 53 35
Octal 261 43 353 31 125 0 10 433 123 65
Binary 10110001 100011 11101011 11001 1010101 0 1000 100011011 1010011 110101

Color Harmonies of #B123EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123EB

Black with #B123EB

Text Example


Text Example

White with #B123EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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