Html Css Color HEX #B421BF Dark Orchid

📋 copy color: '#B421BF'

red 180 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #B421BF

Tints of Dark Orchid #B421BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 44.55%
G = 8.17%
B = 47.28%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B421BF (or 0xB421BF) is known color: Dark Orchid. HEX triplet: B4, 21 and BF. RGB value is (180,33,191). Sum of RGB (Red+Green+Blue) = 180+33+191=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B421BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BF is #4BDE40. Grayscale: #5E5E5E. Windows color (decimal): -4972097 or 12526004. OLE color: 12526004.

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

Color convert

RGB 180 33 191 -
CMYK 0.06 0.83 0 0.25
HSL 295.82º 0.71% 0.44% -
HSV(B) 295.82º 0.83% 0.75% -
XYZ 28.77 14.55 50.58 -
YUV 94.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 180 33 191 0.06 0.83 0 0.25 295.82 0.71 0.44
Hex B4 21 BF 6 53 0 19 128 47 2C
Octal 264 41 277 6 123 0 31 450 107 54
Binary 10110100 100001 10111111 110 1010011 0 11001 100101000 1000111 101100

Color Harmonies of #B421BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421BF

Black with #B421BF

Text Example


Text Example

White with #B421BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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