Html Css Color HEX #B423C1 Dark Orchid

📋 copy color: '#B423C1'

red 180 ◦ green 35 ◦ blue 193

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

Shades of Dark Orchid #B423C1

Tints of Dark Orchid #B423C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 44.12%
G = 8.58%
B = 47.3%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B423C1 (or 0xB423C1) is known color: Dark Orchid. HEX triplet: B4, 23 and C1. RGB value is (180,35,193). Sum of RGB (Red+Green+Blue) = 180+35+193=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #B423C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423C1 is #4BDC3E. Grayscale: #5F5F5F. Windows color (decimal): -4971583 or 12657588. OLE color: 12657588.

HSL color Cylindrical-coordinate representation of color #B423C1: hue angle of 295.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B423C1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 35 193 -
CMYK 0.07 0.82 0 0.24
HSL 295.06º 0.69% 0.45% -
HSV(B) 295.06º 0.82% 0.76% -
XYZ 29.05 14.76 51.77 -
YUV 96.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 180 35 193 0.07 0.82 0 0.24 295.06 0.69 0.45
Hex B4 23 C1 7 52 0 18 127 45 2D
Octal 264 43 301 7 122 0 30 447 105 55
Binary 10110100 100011 11000001 111 1010010 0 11000 100100111 1000101 101101

Color Harmonies of #B423C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423C1

Black with #B423C1

Text Example


Text Example

White with #B423C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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