Html Css Color HEX #B423D7 Dark Orchid

📋 copy color: '#B423D7'

red 180 ◦ green 35 ◦ blue 215

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

Shades of Dark Orchid #B423D7

Tints of Dark Orchid #B423D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50%

R = 41.86%
G = 8.14%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B423D7 (or 0xB423D7) is known color: Dark Orchid. HEX triplet: B4, 23 and D7. RGB value is (180,35,215). Sum of RGB (Red+Green+Blue) = 180+35+215=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #B423D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423D7 is #4BDC28. Grayscale: #626262. Windows color (decimal): -4971561 or 14099380. OLE color: 14099380.

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

Color convert

RGB 180 35 215 -
CMYK 0.16 0.84 0 0.16
HSL 288.33º 0.72% 0.49% -
HSV(B) 288.33º 0.84% 0.84% -
XYZ 31.69 15.81 65.67 -
YUV 98.88 193.54 185.86 -
System Red Green Blue C M Y K H S L
Decimal 180 35 215 0.16 0.84 0 0.16 288.33 0.72 0.49
Hex B4 23 D7 10 54 0 10 120 48 31
Octal 264 43 327 20 124 0 20 440 110 61
Binary 10110100 100011 11010111 10000 1010100 0 10000 100100000 1001000 110001

Color Harmonies of #B423D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423D7

Black with #B423D7

Text Example


Text Example

White with #B423D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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