Html Css Color HEX #B423BF Dark Orchid

📋 copy color: '#B423BF'

red 180 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #B423BF

Tints of Dark Orchid #B423BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 44.33%
G = 8.62%
B = 47.04%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B423BF (or 0xB423BF) is known color: Dark Orchid. HEX triplet: B4, 23 and BF. RGB value is (180,35,191). Sum of RGB (Red+Green+Blue) = 180+35+191=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #B423BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423BF is #4BDC40. Grayscale: #5F5F5F. Windows color (decimal): -4971585 or 12526516. OLE color: 12526516.

HSL color Cylindrical-coordinate representation of color #B423BF: hue angle of 295.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B423BF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 35 191 -
CMYK 0.06 0.82 0 0.25
HSL 295.77º 0.69% 0.44% -
HSV(B) 295.77º 0.82% 0.75% -
XYZ 28.83 14.67 50.6 -
YUV 96.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 180 35 191 0.06 0.82 0 0.25 295.77 0.69 0.44
Hex B4 23 BF 6 52 0 19 128 45 2C
Octal 264 43 277 6 122 0 31 450 105 54
Binary 10110100 100011 10111111 110 1010010 0 11001 100101000 1000101 101100

Color Harmonies of #B423BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423BF

Black with #B423BF

Text Example


Text Example

White with #B423BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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