Html Css Color HEX #B123DF Dark Orchid

📋 copy color: '#B123DF'

red 177 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #B123DF

Tints of Dark Orchid #B123DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 40.69%
G = 8.05%
B = 51.26%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B123DF (or 0xB123DF) is known color: Dark Orchid. HEX triplet: B1, 23 and DF. RGB value is (177,35,223). Sum of RGB (Red+Green+Blue) = 177+35+223=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B123DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123DF is #4EDC20. Grayscale: #626262. Windows color (decimal): -5168161 or 14623665. OLE color: 14623665.

HSL color Cylindrical-coordinate representation of color #B123DF: hue angle of 285.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B123DF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 35 223 -
CMYK 0.21 0.84 0 0.13
HSL 285.32º 0.75% 0.51% -
HSV(B) 285.32º 0.84% 0.87% -
XYZ 32.05 15.88 71.19 -
YUV 98.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 177 35 223 0.21 0.84 0 0.13 285.32 0.75 0.51
Hex B1 23 DF 15 54 0 D 11D 4B 33
Octal 261 43 337 25 124 0 15 435 113 63
Binary 10110001 100011 11011111 10101 1010100 0 1101 100011101 1001011 110011

Color Harmonies of #B123DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123DF

Black with #B123DF

Text Example


Text Example

White with #B123DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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