Html Css Color HEX #B421BC Dark Orchid

📋 copy color: '#B421BC'

red 180 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #B421BC

Tints of Dark Orchid #B421BC

RGB

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

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

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

R = 44.89%
G = 8.23%
B = 46.88%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B421BC (or 0xB421BC) is known color: Dark Orchid. HEX triplet: B4, 21 and BC. RGB value is (180,33,188). Sum of RGB (Red+Green+Blue) = 180+33+188=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B421BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BC is #4BDE43. Grayscale: #5E5E5E. Windows color (decimal): -4972100 or 12329396. OLE color: 12329396.

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

Color convert

RGB 180 33 188 -
CMYK 0.04 0.82 0 0.26
HSL 296.9º 0.7% 0.43% -
HSV(B) 296.9º 0.82% 0.74% -
XYZ 28.44 14.42 48.86 -
YUV 94.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 180 33 188 0.04 0.82 0 0.26 296.9 0.7 0.43
Hex B4 21 BC 4 52 0 1A 129 46 2B
Octal 264 41 274 4 122 0 32 451 106 53
Binary 10110100 100001 10111100 100 1010010 0 11010 100101001 1000110 101011

Color Harmonies of #B421BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421BC

Black with #B421BC

Text Example


Text Example

White with #B421BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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