Html Css Color HEX #B423DE Dark Orchid

📋 copy color: '#B423DE'

red 180 ◦ green 35 ◦ blue 222

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

Shades of Dark Orchid #B423DE

Tints of Dark Orchid #B423DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 41.19%
G = 8.01%
B = 50.8%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B423DE (or 0xB423DE) is known color: Dark Orchid. HEX triplet: B4, 23 and DE. RGB value is (180,35,222). Sum of RGB (Red+Green+Blue) = 180+35+222=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #B423DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423DE is #4BDC21. Grayscale: #636363. Windows color (decimal): -4971554 or 14558132. OLE color: 14558132.

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

Color convert

RGB 180 35 222 -
CMYK 0.19 0.84 0 0.13
HSL 286.52º 0.74% 0.5% -
HSV(B) 286.52º 0.84% 0.87% -
XYZ 32.61 16.18 70.51 -
YUV 99.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 180 35 222 0.19 0.84 0 0.13 286.52 0.74 0.5
Hex B4 23 DE 13 54 0 D 11F 4A 32
Octal 264 43 336 23 124 0 15 437 112 62
Binary 10110100 100011 11011110 10011 1010100 0 1101 100011111 1001010 110010

Color Harmonies of #B423DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423DE

Black with #B423DE

Text Example


Text Example

White with #B423DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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