Html Css Color HEX #B621D1 Dark Orchid

📋 copy color: '#B621D1'

red 182 ◦ green 33 ◦ blue 209

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

Shades of Dark Orchid #B621D1

Tints of Dark Orchid #B621D1

RGB

 RED value IS 182 (71.48% from 255) = 42.92%

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

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 42.92%
G = 7.78%
B = 49.29%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B621D1 (or 0xB621D1) is known color: Dark Orchid. HEX triplet: B6, 21 and D1. RGB value is (182,33,209). Sum of RGB (Red+Green+Blue) = 182+33+209=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #B621D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621D1 is #49DE2E. Grayscale: #616161. Windows color (decimal): -4841007 or 13705654. OLE color: 13705654.

HSL color Cylindrical-coordinate representation of color #B621D1: hue angle of 290.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B621D1 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 33 209 -
CMYK 0.13 0.84 0 0.18
HSL 290.8º 0.73% 0.47% -
HSV(B) 290.8º 0.84% 0.82% -
XYZ 31.34 15.64 61.69 -
YUV 97.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 182 33 209 0.13 0.84 0 0.18 290.8 0.73 0.47
Hex B6 21 D1 D 54 0 12 123 49 2F
Octal 266 41 321 15 124 0 22 443 111 57
Binary 10110110 100001 11010001 1101 1010100 0 10010 100100011 1001001 101111

Color Harmonies of #B621D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621D1

Black with #B621D1

Text Example


Text Example

White with #B621D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621D1; }

 p { color: rgb(182,33,209); }

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

background-color css

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

 a { background-color: rgb(182,33,209); }

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

border-color css

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

 span { border-color: rgb(182,33,209); }

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