Html Css Color HEX #B423B4 Dark Orchid

📋 copy color: '#B423B4'

red 180 ◦ green 35 ◦ blue 180

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

Shades of Dark Orchid #B423B4

Tints of Dark Orchid #B423B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.57%

R = 45.57%
G = 8.86%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B423B4 (or 0xB423B4) is known color: Dark Orchid. HEX triplet: B4, 23 and B4. RGB value is (180,35,180). Sum of RGB (Red+Green+Blue) = 180+35+180=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B423B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423B4 is #4BDC4B. Grayscale: #5E5E5E. Windows color (decimal): -4971596 or 11805620. OLE color: 11805620.

HSL color Cylindrical-coordinate representation of color #B423B4: hue angle of 300º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423B4 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 180 -
CMYK 0 0.81 0 0.29
HSL 300º 0.67% 0.42% -
HSV(B) 300º 0.81% 0.71% -
XYZ 27.66 14.2 44.46 -
YUV 94.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 180 35 180 0 0.81 0 0.29 300 0.67 0.42
Hex B4 23 B4 0 51 0 1D 12C 43 2A
Octal 264 43 264 0 121 0 35 454 103 52
Binary 10110100 100011 10110100 0 1010001 0 11101 100101100 1000011 101010

Color Harmonies of #B423B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423B4

Black with #B423B4

Text Example


Text Example

White with #B423B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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