Html Css Color HEX #B421C2 Dark Orchid

📋 copy color: '#B421C2'

red 180 ◦ green 33 ◦ blue 194

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

Shades of Dark Orchid #B421C2

Tints of Dark Orchid #B421C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 44.23%
G = 8.11%
B = 47.67%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B421C2 (or 0xB421C2) is known color: Dark Orchid. HEX triplet: B4, 21 and C2. RGB value is (180,33,194). Sum of RGB (Red+Green+Blue) = 180+33+194=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #B421C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421C2 is #4BDE3D. Grayscale: #5E5E5E. Windows color (decimal): -4972094 or 12722612. OLE color: 12722612.

HSL color Cylindrical-coordinate representation of color #B421C2: hue angle of 294.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B421C2 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 33 194 -
CMYK 0.07 0.83 0 0.24
HSL 294.78º 0.71% 0.45% -
HSV(B) 294.78º 0.83% 0.76% -
XYZ 29.1 14.69 52.34 -
YUV 95.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 180 33 194 0.07 0.83 0 0.24 294.78 0.71 0.45
Hex B4 21 C2 7 53 0 18 127 47 2D
Octal 264 41 302 7 123 0 30 447 107 55
Binary 10110100 100001 11000010 111 1010011 0 11000 100100111 1000111 101101

Color Harmonies of #B421C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421C2

Black with #B421C2

Text Example


Text Example

White with #B421C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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