Html Css Color HEX #B423DB Dark Orchid

📋 copy color: '#B423DB'

red 180 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #B423DB

Tints of Dark Orchid #B423DB

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

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

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

R = 41.47%
G = 8.06%
B = 50.46%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B423DB (or 0xB423DB) is known color: Dark Orchid. HEX triplet: B4, 23 and DB. RGB value is (180,35,219). Sum of RGB (Red+Green+Blue) = 180+35+219=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B423DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423DB is #4BDC24. Grayscale: #626262. Windows color (decimal): -4971557 or 14361524. OLE color: 14361524.

HSL color Cylindrical-coordinate representation of color #B423DB: hue angle of 287.28º 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 #B423DB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 35 219 -
CMYK 0.18 0.84 0 0.14
HSL 287.28º 0.72% 0.5% -
HSV(B) 287.28º 0.84% 0.86% -
XYZ 32.21 16.02 68.41 -
YUV 99.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 180 35 219 0.18 0.84 0 0.14 287.28 0.72 0.5
Hex B4 23 DB 12 54 0 E 11F 48 32
Octal 264 43 333 22 124 0 16 437 110 62
Binary 10110100 100011 11011011 10010 1010100 0 1110 100011111 1001000 110010

Color Harmonies of #B423DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423DB

Black with #B423DB

Text Example


Text Example

White with #B423DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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