Html Css Color HEX #B621DF Dark Orchid

📋 copy color: '#B621DF'

red 182 ◦ green 33 ◦ blue 223

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

Shades of Dark Orchid #B621DF

Tints of Dark Orchid #B621DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 41.55%
G = 7.53%
B = 50.91%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B621DF (or 0xB621DF) is known color: Dark Orchid. HEX triplet: B6, 21 and DF. RGB value is (182,33,223). Sum of RGB (Red+Green+Blue) = 182+33+223=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B621DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621DF is #49DE20. Grayscale: #626262. Windows color (decimal): -4840993 or 14623158. OLE color: 14623158.

HSL color Cylindrical-coordinate representation of color #B621DF: hue angle of 287.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B621DF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 33 223 -
CMYK 0.18 0.85 0 0.13
HSL 287.05º 0.75% 0.5% -
HSV(B) 287.05º 0.85% 0.87% -
XYZ 33.15 16.36 71.22 -
YUV 99.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 182 33 223 0.18 0.85 0 0.13 287.05 0.75 0.5
Hex B6 21 DF 12 55 0 D 11F 4B 32
Octal 266 41 337 22 125 0 15 437 113 62
Binary 10110110 100001 11011111 10010 1010101 0 1101 100011111 1001011 110010

Color Harmonies of #B621DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621DF

Black with #B621DF

Text Example


Text Example

White with #B621DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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