Html Css Color HEX #B622DF Dark Orchid

📋 copy color: '#B622DF'

red 182 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #B622DF

Tints of Dark Orchid #B622DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.74%

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

R = 41.46%
G = 7.74%
B = 50.8%

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

#B622DF (or 0xB622DF) is known color: Dark Orchid. HEX triplet: B6, 22 and DF. RGB value is (182,34,223). Sum of RGB (Red+Green+Blue) = 182+34+223=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B622DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622DF is #49DD20. Grayscale: #636363. Windows color (decimal): -4840737 or 14623414. OLE color: 14623414.

HSL color Cylindrical-coordinate representation of color #B622DF: hue angle of 286.98º 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 #B622DF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 34 223 -
CMYK 0.18 0.85 0 0.13
HSL 286.98º 0.75% 0.5% -
HSV(B) 286.98º 0.85% 0.87% -
XYZ 33.18 16.42 71.23 -
YUV 99.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 182 34 223 0.18 0.85 0 0.13 286.98 0.75 0.5
Hex B6 22 DF 12 55 0 D 11F 4B 32
Octal 266 42 337 22 125 0 15 437 113 62
Binary 10110110 100010 11011111 10010 1010101 0 1101 100011111 1001011 110010

Color Harmonies of #B622DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622DF

Black with #B622DF

Text Example


Text Example

White with #B622DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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