Html Css Color HEX #B123BD Dark Orchid

📋 copy color: '#B123BD'

red 177 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #B123BD

Tints of Dark Orchid #B123BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 44.14%
G = 8.73%
B = 47.13%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B123BD (or 0xB123BD) is known color: Dark Orchid. HEX triplet: B1, 23 and BD. RGB value is (177,35,189). Sum of RGB (Red+Green+Blue) = 177+35+189=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #B123BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123BD is #4EDC42. Grayscale: #5E5E5E. Windows color (decimal): -5168195 or 12395441. OLE color: 12395441.

HSL color Cylindrical-coordinate representation of color #B123BD: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B123BD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 35 189 -
CMYK 0.06 0.81 0 0.26
HSL 295.32º 0.69% 0.44% -
HSV(B) 295.32º 0.81% 0.74% -
XYZ 27.92 14.22 49.42 -
YUV 95.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 177 35 189 0.06 0.81 0 0.26 295.32 0.69 0.44
Hex B1 23 BD 6 51 0 1A 127 45 2C
Octal 261 43 275 6 121 0 32 447 105 54
Binary 10110001 100011 10111101 110 1010001 0 11010 100100111 1000101 101100

Color Harmonies of #B123BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123BD

Black with #B123BD

Text Example


Text Example

White with #B123BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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