Html Css Color HEX #B423D0 Dark Orchid

📋 copy color: '#B423D0'

red 180 ◦ green 35 ◦ blue 208

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

Shades of Dark Orchid #B423D0

Tints of Dark Orchid #B423D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 42.55%
G = 8.27%
B = 49.17%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B423D0 (or 0xB423D0) is known color: Dark Orchid. HEX triplet: B4, 23 and D0. RGB value is (180,35,208). Sum of RGB (Red+Green+Blue) = 180+35+208=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #B423D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423D0 is #4BDC2F. Grayscale: #616161. Windows color (decimal): -4971568 or 13640628. OLE color: 13640628.

HSL color Cylindrical-coordinate representation of color #B423D0: hue angle of 290.29º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B423D0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 35 208 -
CMYK 0.13 0.83 0 0.18
HSL 290.29º 0.71% 0.48% -
HSV(B) 290.29º 0.83% 0.82% -
XYZ 30.81 15.46 61.03 -
YUV 98.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 180 35 208 0.13 0.83 0 0.18 290.29 0.71 0.48
Hex B4 23 D0 D 53 0 12 122 47 30
Octal 264 43 320 15 123 0 22 442 107 60
Binary 10110100 100011 11010000 1101 1010011 0 10010 100100010 1000111 110000

Color Harmonies of #B423D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423D0

Black with #B423D0

Text Example


Text Example

White with #B423D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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