Html Css Color HEX #B421BE Dark Orchid

📋 copy color: '#B421BE'

red 180 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #B421BE

Tints of Dark Orchid #B421BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 44.67%
G = 8.19%
B = 47.15%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B421BE (or 0xB421BE) is known color: Dark Orchid. HEX triplet: B4, 21 and BE. RGB value is (180,33,190). Sum of RGB (Red+Green+Blue) = 180+33+190=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B421BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BE is #4BDE41. Grayscale: #5E5E5E. Windows color (decimal): -4972098 or 12460468. OLE color: 12460468.

HSL color Cylindrical-coordinate representation of color #B421BE: hue angle of 296.18º degrees, saturation: 0.7, 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 #B421BE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 33 190 -
CMYK 0.05 0.83 0 0.25
HSL 296.18º 0.7% 0.44% -
HSV(B) 296.18º 0.83% 0.75% -
XYZ 28.66 14.51 50.01 -
YUV 94.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 180 33 190 0.05 0.83 0 0.25 296.18 0.7 0.44
Hex B4 21 BE 5 53 0 19 128 46 2C
Octal 264 41 276 5 123 0 31 450 106 54
Binary 10110100 100001 10111110 101 1010011 0 11001 100101000 1000110 101100

Color Harmonies of #B421BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421BE

Black with #B421BE

Text Example


Text Example

White with #B421BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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