Html Css Color HEX #B421BB Dark Orchid

📋 copy color: '#B421BB'

red 180 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #B421BB

Tints of Dark Orchid #B421BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 45%
G = 8.25%
B = 46.75%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B421BB (or 0xB421BB) is known color: Dark Orchid. HEX triplet: B4, 21 and BB. RGB value is (180,33,187). Sum of RGB (Red+Green+Blue) = 180+33+187=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #B421BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BB is #4BDE44. Grayscale: #5E5E5E. Windows color (decimal): -4972101 or 12263860. OLE color: 12263860.

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

Color convert

RGB 180 33 187 -
CMYK 0.04 0.82 0 0.27
HSL 297.27º 0.7% 0.43% -
HSV(B) 297.27º 0.82% 0.73% -
XYZ 28.34 14.38 48.3 -
YUV 94.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 180 33 187 0.04 0.82 0 0.27 297.27 0.7 0.43
Hex B4 21 BB 4 52 0 1B 129 46 2B
Octal 264 41 273 4 122 0 33 451 106 53
Binary 10110100 100001 10111011 100 1010010 0 11011 100101001 1000110 101011

Color Harmonies of #B421BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421BB

Black with #B421BB

Text Example


Text Example

White with #B421BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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