Html Css Color HEX #B421C9 Dark Orchid

📋 copy color: '#B421C9'

red 180 ◦ green 33 ◦ blue 201

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

Shades of Dark Orchid #B421C9

Tints of Dark Orchid #B421C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 43.48%
G = 7.97%
B = 48.55%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B421C9 (or 0xB421C9) is known color: Dark Orchid. HEX triplet: B4, 21 and C9. RGB value is (180,33,201). Sum of RGB (Red+Green+Blue) = 180+33+201=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #B421C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421C9 is #4BDE36. Grayscale: #5F5F5F. Windows color (decimal): -4972087 or 13181364. OLE color: 13181364.

HSL color Cylindrical-coordinate representation of color #B421C9: hue angle of 292.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B421C9 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 33 201 -
CMYK 0.10 0.84 0 0.21
HSL 292.5º 0.72% 0.46% -
HSV(B) 292.5º 0.84% 0.79% -
XYZ 29.91 15.01 56.58 -
YUV 96.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 180 33 201 0.10 0.84 0 0.21 292.5 0.72 0.46
Hex B4 21 C9 A 54 0 15 124 48 2E
Octal 264 41 311 12 124 0 25 444 110 56
Binary 10110100 100001 11001001 1010 1010100 0 10101 100100100 1001000 101110

Color Harmonies of #B421C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421C9

Black with #B421C9

Text Example


Text Example

White with #B421C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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