Html Css Color HEX #B123DB Dark Orchid

📋 copy color: '#B123DB'

red 177 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #B123DB

Tints of Dark Orchid #B123DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 41.07%
G = 8.12%
B = 50.81%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B123DB (or 0xB123DB) is known color: Dark Orchid. HEX triplet: B1, 23 and DB. RGB value is (177,35,219). Sum of RGB (Red+Green+Blue) = 177+35+219=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B123DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123DB is #4EDC24. Grayscale: #616161. Windows color (decimal): -5168165 or 14361521. OLE color: 14361521.

HSL color Cylindrical-coordinate representation of color #B123DB: hue angle of 286.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B123DB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 35 219 -
CMYK 0.19 0.84 0 0.14
HSL 286.3º 0.72% 0.5% -
HSV(B) 286.3º 0.84% 0.86% -
XYZ 31.52 15.66 68.38 -
YUV 98.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 177 35 219 0.19 0.84 0 0.14 286.3 0.72 0.5
Hex B1 23 DB 13 54 0 E 11E 48 32
Octal 261 43 333 23 124 0 16 436 110 62
Binary 10110001 100011 11011011 10011 1010100 0 1110 100011110 1001000 110010

Color Harmonies of #B123DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123DB

Black with #B123DB

Text Example


Text Example

White with #B123DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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