Html Css Color HEX #B423BC Dark Orchid

📋 copy color: '#B423BC'

red 180 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #B423BC

Tints of Dark Orchid #B423BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 44.67%
G = 8.68%
B = 46.65%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B423BC (or 0xB423BC) is known color: Dark Orchid. HEX triplet: B4, 23 and BC. RGB value is (180,35,188). Sum of RGB (Red+Green+Blue) = 180+35+188=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #B423BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423BC is #4BDC43. Grayscale: #5F5F5F. Windows color (decimal): -4971588 or 12329908. OLE color: 12329908.

HSL color Cylindrical-coordinate representation of color #B423BC: hue angle of 296.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423BC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 35 188 -
CMYK 0.04 0.81 0 0.26
HSL 296.86º 0.69% 0.44% -
HSV(B) 296.86º 0.81% 0.74% -
XYZ 28.5 14.54 48.88 -
YUV 95.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 180 35 188 0.04 0.81 0 0.26 296.86 0.69 0.44
Hex B4 23 BC 4 51 0 1A 129 45 2C
Octal 264 43 274 4 121 0 32 451 105 54
Binary 10110100 100011 10111100 100 1010001 0 11010 100101001 1000101 101100

Color Harmonies of #B423BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423BC

Black with #B423BC

Text Example


Text Example

White with #B423BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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