Html Css Color HEX #B123BE Dark Orchid

📋 copy color: '#B123BE'

red 177 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #B123BE

Tints of Dark Orchid #B123BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 44.03%
G = 8.71%
B = 47.26%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B123BE (or 0xB123BE) is known color: Dark Orchid. HEX triplet: B1, 23 and BE. RGB value is (177,35,190). Sum of RGB (Red+Green+Blue) = 177+35+190=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B123BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123BE is #4EDC41. Grayscale: #5E5E5E. Windows color (decimal): -5168194 or 12460977. OLE color: 12460977.

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

Color convert

RGB 177 35 190 -
CMYK 0.07 0.82 0 0.25
HSL 294.97º 0.69% 0.44% -
HSV(B) 294.97º 0.82% 0.75% -
XYZ 28.03 14.27 49.99 -
YUV 95.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 177 35 190 0.07 0.82 0 0.25 294.97 0.69 0.44
Hex B1 23 BE 7 52 0 19 127 45 2C
Octal 261 43 276 7 122 0 31 447 105 54
Binary 10110001 100011 10111110 111 1010010 0 11001 100100111 1000101 101100

Color Harmonies of #B123BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123BE

Black with #B123BE

Text Example


Text Example

White with #B123BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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